Enum cyfs_util::cache::TrackerDirection
source · [−]#[repr(u8)]
pub enum TrackerDirection {
Unknown,
From,
To,
Store,
}Variants
Unknown
From
To
Store
Trait Implementations
sourceimpl Clone for TrackerDirection
impl Clone for TrackerDirection
sourcefn clone(&self) -> TrackerDirection
fn clone(&self) -> TrackerDirection
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TrackerDirection
impl Debug for TrackerDirection
sourceimpl From<u8> for TrackerDirection
impl From<u8> for TrackerDirection
sourceimpl IntEnum for TrackerDirection
impl IntEnum for TrackerDirection
sourceimpl Into<u8> for TrackerDirection
impl Into<u8> for TrackerDirection
sourceimpl PartialEq<TrackerDirection> for TrackerDirection
impl PartialEq<TrackerDirection> for TrackerDirection
impl Copy for TrackerDirection
impl Eq for TrackerDirection
impl StructuralEq for TrackerDirection
impl StructuralPartialEq for TrackerDirection
Auto Trait Implementations
impl RefUnwindSafe for TrackerDirection
impl Send for TrackerDirection
impl Sync for TrackerDirection
impl Unpin for TrackerDirection
impl UnwindSafe for TrackerDirection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more