Enum qutex::RequestKind [−][src]
pub enum RequestKind { Read, Write, }
Specifies whether a QrwRequest
is a read or write request.
Variants
Read
Write
Trait Implementations
impl Debug for RequestKind
[src]
impl Debug for RequestKind
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for RequestKind
[src]
impl Clone for RequestKind
fn clone(&self) -> RequestKind
[src]
fn clone(&self) -> RequestKind
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for RequestKind
[src]
impl Copy for RequestKind
impl PartialEq for RequestKind
[src]
impl PartialEq for RequestKind
fn eq(&self, other: &RequestKind) -> bool
[src]
fn eq(&self, other: &RequestKind) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for RequestKind
[src]
impl Eq for RequestKind
Auto Trait Implementations
impl Send for RequestKind
impl Send for RequestKind
impl Sync for RequestKind
impl Sync for RequestKind