pub struct GetQueryObjectivARBRequest {
pub context_tag: u32,
pub id: u32,
pub pname: u32,
}
Fields§
§context_tag: u32
§id: u32
§pname: u32
Implementations§
Trait Implementations§
Source§impl Clone for GetQueryObjectivARBRequest
impl Clone for GetQueryObjectivARBRequest
Source§fn clone(&self) -> GetQueryObjectivARBRequest
fn clone(&self) -> GetQueryObjectivARBRequest
Returns a duplicate 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 GetQueryObjectivARBRequest
impl Debug for GetQueryObjectivARBRequest
Source§impl Default for GetQueryObjectivARBRequest
impl Default for GetQueryObjectivARBRequest
Source§fn default() -> GetQueryObjectivARBRequest
fn default() -> GetQueryObjectivARBRequest
Returns the “default value” for a type. Read more
Source§impl Hash for GetQueryObjectivARBRequest
impl Hash for GetQueryObjectivARBRequest
Source§impl Ord for GetQueryObjectivARBRequest
impl Ord for GetQueryObjectivARBRequest
Source§fn cmp(&self, other: &GetQueryObjectivARBRequest) -> Ordering
fn cmp(&self, other: &GetQueryObjectivARBRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for GetQueryObjectivARBRequest
impl PartialOrd for GetQueryObjectivARBRequest
Source§impl ReplyRequest for GetQueryObjectivARBRequest
impl ReplyRequest for GetQueryObjectivARBRequest
Source§type Reply = GetQueryObjectivARBReply
type Reply = GetQueryObjectivARBReply
The kind of reply that this request generates.
Source§impl Request for GetQueryObjectivARBRequest
impl Request for GetQueryObjectivARBRequest
impl Copy for GetQueryObjectivARBRequest
impl Eq for GetQueryObjectivARBRequest
impl StructuralPartialEq for GetQueryObjectivARBRequest
Auto Trait Implementations§
impl Freeze for GetQueryObjectivARBRequest
impl RefUnwindSafe for GetQueryObjectivARBRequest
impl Send for GetQueryObjectivARBRequest
impl Sync for GetQueryObjectivARBRequest
impl Unpin for GetQueryObjectivARBRequest
impl UnwindSafe for GetQueryObjectivARBRequest
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