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 · 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 TrackerPostion
impl Debug for TrackerPostion
sourceimpl Into<(u8, String)> for TrackerPostion
impl Into<(u8, String)> for TrackerPostion
sourceimpl PartialEq<TrackerPostion> for TrackerPostion
impl PartialEq<TrackerPostion> for TrackerPostion
sourcefn eq(&self, other: &TrackerPostion) -> bool
fn eq(&self, other: &TrackerPostion) -> bool
sourceimpl TryFrom<(u8, String)> for TrackerPostion
impl TryFrom<(u8, String)> for TrackerPostion
type Error = BuckyError
type Error = BuckyError
The type returned in the event of a conversion error.
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 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