Enum cyfs_lib::TrackerPostion
source · [−]pub enum TrackerPostion {
Unknown(String),
Device(NamedObjectId<NamedObjType<DeviceDescContent, DeviceBodyContent>>),
File(String),
FileRange(PostionFileRange),
ChunkManager,
}
Variants
Unknown(String)
Device(NamedObjectId<NamedObjType<DeviceDescContent, DeviceBodyContent>>)
File(String)
FileRange(PostionFileRange)
ChunkManager
Trait Implementations
sourceimpl Clone for TrackerPostion
impl Clone for TrackerPostion
sourcefn clone(&self) -> TrackerPostion
fn clone(&self) -> TrackerPostion
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 TrackerPostion
impl Debug for TrackerPostion
sourceimpl PartialEq<TrackerPostion> for TrackerPostion
impl PartialEq<TrackerPostion> for TrackerPostion
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &TrackerPostion) -> bool
fn ne(&self, other: &TrackerPostion) -> bool
This method tests for !=
.
impl Eq for TrackerPostion
impl StructuralEq for TrackerPostion
impl StructuralPartialEq for TrackerPostion
Auto Trait Implementations
impl RefUnwindSafe for TrackerPostion
impl Send for TrackerPostion
impl Sync for TrackerPostion
impl Unpin for TrackerPostion
impl UnwindSafe for TrackerPostion
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