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