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
sourceimpl Debug for DecRootInfo
impl Debug for DecRootInfo
sourceimpl PartialEq<DecRootInfo> for DecRootInfo
impl PartialEq<DecRootInfo> for DecRootInfo
sourcefn 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 ==
. Read more
impl Eq for DecRootInfo
impl StructuralEq for DecRootInfo
impl StructuralPartialEq for DecRootInfo
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