pub struct GetQueryObjectivArb {
pub context_tag: ContextTag,
pub id: u32,
pub pname: u32,
}Expand description
The GetQueryObjectivArb request.
This request replies GetQueryObjectivArbReply.
Associated cookie types are GetQueryObjectivArbCookie and GetQueryObjectivArbCookieUnchecked.
Fields§
§context_tag: ContextTag§id: u32§pname: u32Trait Implementations§
Source§impl Clone for GetQueryObjectivArb
impl Clone for GetQueryObjectivArb
Source§fn clone(&self) -> GetQueryObjectivArb
fn clone(&self) -> GetQueryObjectivArb
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 GetQueryObjectivArb
impl Debug for GetQueryObjectivArb
Source§impl RawRequest for GetQueryObjectivArb
impl RawRequest for GetQueryObjectivArb
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 GetQueryObjectivArb
impl Request for GetQueryObjectivArb
Source§impl RequestWithReply for GetQueryObjectivArb
impl RequestWithReply for GetQueryObjectivArb
Source§type Reply = GetQueryObjectivArbReply
type Reply = GetQueryObjectivArbReply
Reply associated with the request
Source§type Cookie = GetQueryObjectivArbCookie
type Cookie = GetQueryObjectivArbCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetQueryObjectivArbCookieUnchecked
type CookieUnchecked = GetQueryObjectivArbCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetQueryObjectivArb
impl RefUnwindSafe for GetQueryObjectivArb
impl Send for GetQueryObjectivArb
impl Sync for GetQueryObjectivArb
impl Unpin for GetQueryObjectivArb
impl UnwindSafe for GetQueryObjectivArb
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