Struct cyfs_base::ObjectMapDiffMapItem
source · pub struct ObjectMapDiffMapItem {
pub prev: Option<ObjectId>,
pub altered: Option<ObjectId>,
pub diff: Option<ObjectId>,
}
Fields§
§prev: Option<ObjectId>
§altered: Option<ObjectId>
§diff: Option<ObjectId>
Implementations§
source§impl ObjectMapDiffMapItem
impl ObjectMapDiffMapItem
pub fn action(&self) -> ObjectMapDiffAction
Trait Implementations§
source§impl Clone for ObjectMapDiffMapItem
impl Clone for ObjectMapDiffMapItem
source§fn clone(&self) -> ObjectMapDiffMapItem
fn clone(&self) -> ObjectMapDiffMapItem
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 ObjectMapDiffMapItem
impl Debug for ObjectMapDiffMapItem
source§impl Display for ObjectMapDiffMapItem
impl Display for ObjectMapDiffMapItem
source§impl IntoObjectMapContentItem for ObjectMapDiffMapItem
impl IntoObjectMapContentItem for ObjectMapDiffMapItem
fn into_content(self, key: Option<&str>) -> ObjectMapContentItem
source§impl PartialEq<ObjectMapDiffMapItem> for ObjectMapDiffMapItem
impl PartialEq<ObjectMapDiffMapItem> for ObjectMapDiffMapItem
source§fn eq(&self, other: &ObjectMapDiffMapItem) -> bool
fn eq(&self, other: &ObjectMapDiffMapItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.