Enum cyfs_base::SetIteratorPostion
source · [−]pub enum SetIteratorPostion {
DiffSet(ObjectMapDiffSetItem),
Set(ObjectId),
}
Variants
DiffSet(ObjectMapDiffSetItem)
Set(ObjectId)
Trait Implementations
sourceimpl Clone for SetIteratorPostion
impl Clone for SetIteratorPostion
sourcefn clone(&self) -> SetIteratorPostion
fn clone(&self) -> SetIteratorPostion
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 SetIteratorPostion
impl Debug for SetIteratorPostion
sourceimpl From<ObjectId> for SetIteratorPostion
impl From<ObjectId> for SetIteratorPostion
sourceimpl From<ObjectMapDiffSetItem> for SetIteratorPostion
impl From<ObjectMapDiffSetItem> for SetIteratorPostion
sourcefn from(value: ObjectMapDiffSetItem) -> Self
fn from(value: ObjectMapDiffSetItem) -> Self
Converts to this type from the input type.
sourceimpl From<SetIteratorPostion> for ObjectId
impl From<SetIteratorPostion> for ObjectId
sourcefn from(value: SetIteratorPostion) -> Self
fn from(value: SetIteratorPostion) -> Self
Converts to this type from the input type.
sourceimpl From<SetIteratorPostion> for ObjectMapDiffSetItem
impl From<SetIteratorPostion> for ObjectMapDiffSetItem
sourcefn from(value: SetIteratorPostion) -> Self
fn from(value: SetIteratorPostion) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SetIteratorPostion
impl Send for SetIteratorPostion
impl Sync for SetIteratorPostion
impl Unpin for SetIteratorPostion
impl UnwindSafe for SetIteratorPostion
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