Enum cyfs_lib::RequestGlobalStateRoot
source · pub enum RequestGlobalStateRoot {
GlobalRoot(ObjectId),
DecRoot(ObjectId),
}
Variants§
Trait Implementations§
source§impl Clone for RequestGlobalStateRoot
impl Clone for RequestGlobalStateRoot
source§fn clone(&self) -> RequestGlobalStateRoot
fn clone(&self) -> RequestGlobalStateRoot
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 moresource§impl Debug for RequestGlobalStateRoot
impl Debug for RequestGlobalStateRoot
source§impl Display for RequestGlobalStateRoot
impl Display for RequestGlobalStateRoot
source§impl PartialEq<RequestGlobalStateRoot> for RequestGlobalStateRoot
impl PartialEq<RequestGlobalStateRoot> for RequestGlobalStateRoot
source§fn eq(&self, other: &RequestGlobalStateRoot) -> bool
fn eq(&self, other: &RequestGlobalStateRoot) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.