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 · 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 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
sourcefn cmp(&self, other: &ObjectMapDiffSetItem) -> Ordering
fn cmp(&self, other: &ObjectMapDiffSetItem) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Self
const fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Self
const fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<ObjectMapDiffSetItem> for ObjectMapDiffSetItem
impl PartialEq<ObjectMapDiffSetItem> for ObjectMapDiffSetItem
sourcefn eq(&self, other: &ObjectMapDiffSetItem) -> bool
fn eq(&self, other: &ObjectMapDiffSetItem) -> bool
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>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const 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 moresourceimpl<'__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 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