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