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§
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 ==
.source§impl 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.