Struct cyfs_base::ObjectMapDiffSetItem
source · [−]Fields
prev: Option<ObjectId>
altered: Option<ObjectId>
Implementations
Trait Implementations
sourceimpl Clone for ObjectMapDiffSetItem
impl Clone for ObjectMapDiffSetItem
sourcefn clone(&self) -> ObjectMapDiffSetItem
fn clone(&self) -> ObjectMapDiffSetItem
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 ObjectMapDiffSetItem
impl Debug for ObjectMapDiffSetItem
sourceimpl Display for ObjectMapDiffSetItem
impl Display for ObjectMapDiffSetItem
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 ObjectMapDiffSetItem
impl From<SetIteratorPostion> for ObjectMapDiffSetItem
sourcefn from(value: SetIteratorPostion) -> Self
fn from(value: SetIteratorPostion) -> Self
Converts to this type from the input type.
sourceimpl IntoObjectMapContentItem for ObjectMapDiffSetItem
impl IntoObjectMapContentItem for ObjectMapDiffSetItem
fn into_content(self, key: Option<&str>) -> ObjectMapContentItem
sourceimpl Ord for ObjectMapDiffSetItem
impl Ord for ObjectMapDiffSetItem
sourceimpl PartialEq<ObjectMapDiffSetItem> for ObjectMapDiffSetItem
impl PartialEq<ObjectMapDiffSetItem> for ObjectMapDiffSetItem
sourcefn eq(&self, other: &ObjectMapDiffSetItem) -> bool
fn eq(&self, other: &ObjectMapDiffSetItem) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ObjectMapDiffSetItem) -> bool
fn ne(&self, other: &ObjectMapDiffSetItem) -> bool
This method tests for !=
.
sourceimpl PartialOrd<ObjectMapDiffSetItem> for ObjectMapDiffSetItem
impl PartialOrd<ObjectMapDiffSetItem> for ObjectMapDiffSetItem
sourcefn partial_cmp(&self, other: &ObjectMapDiffSetItem) -> Option<Ordering>
fn partial_cmp(&self, other: &ObjectMapDiffSetItem) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
sourceimpl<'__de__> RawDecode<'__de__> for ObjectMapDiffSetItem
impl<'__de__> RawDecode<'__de__> for ObjectMapDiffSetItem
fn raw_decode(__buf__: &'__de__ [u8]) -> BuckyResult<(Self, &'__de__ [u8])>
fn raw_decode_with_option(
buf: &'de [u8],
_opt: &RawDecodeOption
) -> BuckyResult<(Self, &'de [u8])>
sourceimpl RawEncode for ObjectMapDiffSetItem
impl RawEncode for ObjectMapDiffSetItem
fn raw_encode<'__de__>(
&self,
__buf__: &'__de__ mut [u8],
__purpose__: &Option<RawEncodePurpose>
) -> BuckyResult<&'__de__ mut [u8]>
fn raw_measure(
&self,
__purpose__: &Option<RawEncodePurpose>
) -> BuckyResult<usize>
fn raw_tail_encode<'a>(
&self,
buf: &'a mut [u8],
purpose: &Option<RawEncodePurpose>
) -> BuckyResult<&'a [u8]>
fn raw_encode_to_buffer(&self) -> BuckyResult<Vec<u8>>
fn raw_hash_value(&self) -> BuckyResult<HashValue>
fn hash_buf(&self, encoded_buf: &[u8]) -> HashValue
fn raw_hash_encode(&self) -> BuckyResult<Vec<u8>>
sourceimpl Serialize for ObjectMapDiffSetItem
impl Serialize for ObjectMapDiffSetItem
impl Eq for ObjectMapDiffSetItem
impl StructuralEq for ObjectMapDiffSetItem
impl StructuralPartialEq for ObjectMapDiffSetItem
Auto Trait Implementations
impl RefUnwindSafe for ObjectMapDiffSetItem
impl Send for ObjectMapDiffSetItem
impl Sync for ObjectMapDiffSetItem
impl Unpin for ObjectMapDiffSetItem
impl UnwindSafe for ObjectMapDiffSetItem
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