Struct cyfs_lib::DecRootInfo
source · pub struct DecRootInfo {
pub root: ObjectId,
pub revision: u64,
pub dec_root: ObjectId,
}Fields§
§root: ObjectId§revision: u64§dec_root: ObjectIdTrait Implementations§
source§impl Clone for DecRootInfo
impl Clone for DecRootInfo
source§fn clone(&self) -> DecRootInfo
fn clone(&self) -> DecRootInfo
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 DecRootInfo
impl Debug for DecRootInfo
source§impl PartialEq<DecRootInfo> for DecRootInfo
impl PartialEq<DecRootInfo> for DecRootInfo
source§fn eq(&self, other: &DecRootInfo) -> bool
fn eq(&self, other: &DecRootInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.