pub struct IsQueryARBRequest {
pub context_tag: u32,
pub id: u32,
}
Fields§
§context_tag: u32
§id: u32
Implementations§
Trait Implementations§
Source§impl Clone for IsQueryARBRequest
impl Clone for IsQueryARBRequest
Source§fn clone(&self) -> IsQueryARBRequest
fn clone(&self) -> IsQueryARBRequest
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 IsQueryARBRequest
impl Debug for IsQueryARBRequest
Source§impl Default for IsQueryARBRequest
impl Default for IsQueryARBRequest
Source§fn default() -> IsQueryARBRequest
fn default() -> IsQueryARBRequest
Returns the “default value” for a type. Read more
Source§impl Hash for IsQueryARBRequest
impl Hash for IsQueryARBRequest
Source§impl Ord for IsQueryARBRequest
impl Ord for IsQueryARBRequest
Source§fn cmp(&self, other: &IsQueryARBRequest) -> Ordering
fn cmp(&self, other: &IsQueryARBRequest) -> 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 PartialEq for IsQueryARBRequest
impl PartialEq for IsQueryARBRequest
Source§impl PartialOrd for IsQueryARBRequest
impl PartialOrd for IsQueryARBRequest
Source§impl ReplyRequest for IsQueryARBRequest
impl ReplyRequest for IsQueryARBRequest
Source§type Reply = IsQueryARBReply
type Reply = IsQueryARBReply
The kind of reply that this request generates.
Source§impl Request for IsQueryARBRequest
impl Request for IsQueryARBRequest
impl Copy for IsQueryARBRequest
impl Eq for IsQueryARBRequest
impl StructuralPartialEq for IsQueryARBRequest
Auto Trait Implementations§
impl Freeze for IsQueryARBRequest
impl RefUnwindSafe for IsQueryARBRequest
impl Send for IsQueryARBRequest
impl Sync for IsQueryARBRequest
impl Unpin for IsQueryARBRequest
impl UnwindSafe for IsQueryARBRequest
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