Enum qutex::RequestKind 
source · pub enum RequestKind {
    Read,
    Write,
}Expand description
Specifies whether a QrwRequest is a read or write request.
Variants§
Trait Implementations§
source§impl Clone for RequestKind
 
impl Clone for RequestKind
source§fn clone(&self) -> RequestKind
 
fn clone(&self) -> RequestKind
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 RequestKind
 
impl Debug for RequestKind
source§impl PartialEq for RequestKind
 
impl PartialEq for RequestKind
source§fn eq(&self, other: &RequestKind) -> bool
 
fn eq(&self, other: &RequestKind) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for RequestKind
impl Eq for RequestKind
impl StructuralPartialEq for RequestKind
Auto Trait Implementations§
impl Freeze for RequestKind
impl RefUnwindSafe for RequestKind
impl Send for RequestKind
impl Sync for RequestKind
impl Unpin for RequestKind
impl UnwindSafe for RequestKind
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