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