Enum mentat_ffi::CacheDirection
[−]
[src]
pub enum CacheDirection { Forward, Reverse, Both, }
Variants
Forward
Reverse
Both
Trait Implementations
impl Copy for CacheDirection
[src]
impl Copy for CacheDirection
impl Clone for CacheDirection
[src]
impl Clone for CacheDirection
fn clone(&self) -> CacheDirection
[src]
fn clone(&self) -> CacheDirection
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 Eq for CacheDirection
[src]
impl Eq for CacheDirection
impl PartialEq<CacheDirection> for CacheDirection
[src]
impl PartialEq<CacheDirection> for CacheDirection
fn eq(&self, __arg_0: &CacheDirection) -> bool
[src]
fn eq(&self, __arg_0: &CacheDirection) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Debug for CacheDirection
[src]
impl Debug for CacheDirection
Auto Trait Implementations
impl Send for CacheDirection
impl Send for CacheDirection
impl Sync for CacheDirection
impl Sync for CacheDirection