Struct cyfs_lib::DecRootInfo
source · [−]Fields
root: ObjectId
revision: u64
dec_root: ObjectId
Trait Implementations
sourceimpl Clone for DecRootInfo
impl Clone for DecRootInfo
sourcefn clone(&self) -> DecRootInfo
fn clone(&self) -> DecRootInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl RefUnwindSafe for DecRootInfo
impl Send for DecRootInfo
impl Sync for DecRootInfo
impl Unpin for DecRootInfo
impl UnwindSafe for DecRootInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more