Enum cyfs_base::SetIteratorPostion
source · pub enum SetIteratorPostion {
DiffSet(ObjectMapDiffSetItem),
Set(ObjectId),
}
Variants§
DiffSet(ObjectMapDiffSetItem)
Set(ObjectId)
Trait Implementations§
source§impl Clone for SetIteratorPostion
impl Clone for SetIteratorPostion
source§fn clone(&self) -> SetIteratorPostion
fn clone(&self) -> SetIteratorPostion
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 SetIteratorPostion
impl Debug for SetIteratorPostion
source§impl From<ObjectId> for SetIteratorPostion
impl From<ObjectId> for SetIteratorPostion
source§impl From<ObjectMapDiffSetItem> for SetIteratorPostion
impl From<ObjectMapDiffSetItem> for SetIteratorPostion
source§fn from(value: ObjectMapDiffSetItem) -> Self
fn from(value: ObjectMapDiffSetItem) -> Self
Converts to this type from the input type.
source§impl From<SetIteratorPostion> for ObjectId
impl From<SetIteratorPostion> for ObjectId
source§fn from(value: SetIteratorPostion) -> Self
fn from(value: SetIteratorPostion) -> Self
Converts to this type from the input type.
source§impl From<SetIteratorPostion> for ObjectMapDiffSetItem
impl From<SetIteratorPostion> for ObjectMapDiffSetItem
source§fn from(value: SetIteratorPostion) -> Self
fn from(value: SetIteratorPostion) -> Self
Converts to this type from the input type.