Enum cyfs_lib::RequestGlobalStateRoot
source · [−]Variants
GlobalRoot(ObjectId)
DecRoot(ObjectId)
Trait Implementations
sourceimpl Clone for RequestGlobalStateRoot
impl Clone for RequestGlobalStateRoot
sourcefn clone(&self) -> RequestGlobalStateRoot
fn clone(&self) -> RequestGlobalStateRoot
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 moresourceimpl Debug for RequestGlobalStateRoot
impl Debug for RequestGlobalStateRoot
sourceimpl Display for RequestGlobalStateRoot
impl Display for RequestGlobalStateRoot
sourceimpl PartialEq<RequestGlobalStateRoot> for RequestGlobalStateRoot
impl PartialEq<RequestGlobalStateRoot> for RequestGlobalStateRoot
sourcefn eq(&self, other: &RequestGlobalStateRoot) -> bool
fn eq(&self, other: &RequestGlobalStateRoot) -> bool
impl Eq for RequestGlobalStateRoot
impl StructuralEq for RequestGlobalStateRoot
impl StructuralPartialEq for RequestGlobalStateRoot
Auto Trait Implementations
impl RefUnwindSafe for RequestGlobalStateRoot
impl Send for RequestGlobalStateRoot
impl Sync for RequestGlobalStateRoot
impl Unpin for RequestGlobalStateRoot
impl UnwindSafe for RequestGlobalStateRoot
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