Struct cyfs_lib::GlobalStateDecRootInfo
source · pub struct GlobalStateDecRootInfo {
pub dec_id: ObjectId,
pub dec_root: ObjectId,
}Fields§
§dec_id: ObjectId§dec_root: ObjectIdTrait Implementations§
source§impl Clone for GlobalStateDecRootInfo
impl Clone for GlobalStateDecRootInfo
source§fn clone(&self) -> GlobalStateDecRootInfo
fn clone(&self) -> GlobalStateDecRootInfo
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