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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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