Enum cyfs_util::cache::TrackerPostion
source · pub enum TrackerPostion {
Unknown(String),
Device(DeviceId),
File(String),
FileRange(PostionFileRange),
ChunkManager,
}Variants§
Trait Implementations§
source§impl Clone for TrackerPostion
impl Clone for TrackerPostion
source§fn clone(&self) -> TrackerPostion
fn clone(&self) -> TrackerPostion
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 TrackerPostion
impl Debug for TrackerPostion
source§impl PartialEq<TrackerPostion> for TrackerPostion
impl PartialEq<TrackerPostion> for TrackerPostion
source§fn eq(&self, other: &TrackerPostion) -> bool
fn eq(&self, other: &TrackerPostion) -> bool
This method tests for
self and other values to be equal, and is used
by ==.