Struct cyfs_lib::GlobalStateRootInfo
source · pub struct GlobalStateRootInfo {
pub global_root: ObjectId,
pub revision: u64,
pub dec_list: Vec<GlobalStateDecRootInfo>,
}
Fields§
§global_root: ObjectId
§revision: u64
§dec_list: Vec<GlobalStateDecRootInfo>
Trait Implementations§
source§impl Clone for GlobalStateRootInfo
impl Clone for GlobalStateRootInfo
source§fn clone(&self) -> GlobalStateRootInfo
fn clone(&self) -> GlobalStateRootInfo
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 more