Struct cyfs_base::ObjectMapDiffSetItem
source · pub struct ObjectMapDiffSetItem {
pub prev: Option<ObjectId>,
pub altered: Option<ObjectId>,
}
Fields§
§prev: Option<ObjectId>
§altered: Option<ObjectId>
Implementations§
Trait Implementations§
source§impl Clone for ObjectMapDiffSetItem
impl Clone for ObjectMapDiffSetItem
source§fn clone(&self) -> ObjectMapDiffSetItem
fn clone(&self) -> ObjectMapDiffSetItem
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 ObjectMapDiffSetItem
impl Debug for ObjectMapDiffSetItem
source§impl Display for ObjectMapDiffSetItem
impl Display for ObjectMapDiffSetItem
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 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.
source§impl IntoObjectMapContentItem for ObjectMapDiffSetItem
impl IntoObjectMapContentItem for ObjectMapDiffSetItem
fn into_content(self, key: Option<&str>) -> ObjectMapContentItem
source§impl Ord for ObjectMapDiffSetItem
impl Ord for ObjectMapDiffSetItem
source§fn cmp(&self, other: &ObjectMapDiffSetItem) -> Ordering
fn cmp(&self, other: &ObjectMapDiffSetItem) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<ObjectMapDiffSetItem> for ObjectMapDiffSetItem
impl PartialEq<ObjectMapDiffSetItem> for ObjectMapDiffSetItem
source§fn 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 ==
.source§impl PartialOrd<ObjectMapDiffSetItem> for ObjectMapDiffSetItem
impl PartialOrd<ObjectMapDiffSetItem> for ObjectMapDiffSetItem
source§fn partial_cmp(&self, other: &ObjectMapDiffSetItem) -> Option<Ordering>
fn partial_cmp(&self, other: &ObjectMapDiffSetItem) -> Option<Ordering>
1.0.0 · source§fn 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