pub struct GetQueryObjectuivArb {
pub context_tag: ContextTag,
pub id: u32,
pub pname: u32,
}Expand description
The GetQueryObjectuivArb request.
This request replies GetQueryObjectuivArbReply.
Associated cookie types are GetQueryObjectuivArbCookie and GetQueryObjectuivArbCookieUnchecked.
Fields§
§context_tag: ContextTag§id: u32§pname: u32Trait Implementations§
Source§impl Clone for GetQueryObjectuivArb
impl Clone for GetQueryObjectuivArb
Source§fn clone(&self) -> GetQueryObjectuivArb
fn clone(&self) -> GetQueryObjectuivArb
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetQueryObjectuivArb
impl Debug for GetQueryObjectuivArb
Source§impl RawRequest for GetQueryObjectuivArb
impl RawRequest for GetQueryObjectuivArb
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl Request for GetQueryObjectuivArb
impl Request for GetQueryObjectuivArb
Source§impl RequestWithReply for GetQueryObjectuivArb
impl RequestWithReply for GetQueryObjectuivArb
Source§type Reply = GetQueryObjectuivArbReply
type Reply = GetQueryObjectuivArbReply
Reply associated with the request
Source§type Cookie = GetQueryObjectuivArbCookie
type Cookie = GetQueryObjectuivArbCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetQueryObjectuivArbCookieUnchecked
type CookieUnchecked = GetQueryObjectuivArbCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetQueryObjectuivArb
impl RefUnwindSafe for GetQueryObjectuivArb
impl Send for GetQueryObjectuivArb
impl Sync for GetQueryObjectuivArb
impl Unpin for GetQueryObjectuivArb
impl UnwindSafe for GetQueryObjectuivArb
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more