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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl 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
sourcefn eq(&self, other: &TrackerDirection) -> bool
fn eq(&self, other: &TrackerDirection) -> bool
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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