Enum cyfs_lib::RootStateRootType
source · [−]pub enum RootStateRootType {
Global,
Dec,
}
Variants
Global
Dec
Trait Implementations
sourceimpl Clone for RootStateRootType
impl Clone for RootStateRootType
sourcefn clone(&self) -> RootStateRootType
fn clone(&self) -> RootStateRootType
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 RootStateRootType
impl Debug for RootStateRootType
sourceimpl FromStr for RootStateRootType
impl FromStr for RootStateRootType
sourceimpl PartialEq<RootStateRootType> for RootStateRootType
impl PartialEq<RootStateRootType> for RootStateRootType
sourcefn eq(&self, other: &RootStateRootType) -> bool
fn eq(&self, other: &RootStateRootType) -> bool
sourceimpl ToString for RootStateRootType
impl ToString for RootStateRootType
impl Eq for RootStateRootType
impl StructuralEq for RootStateRootType
impl StructuralPartialEq for RootStateRootType
Auto Trait Implementations
impl RefUnwindSafe for RootStateRootType
impl Send for RootStateRootType
impl Sync for RootStateRootType
impl Unpin for RootStateRootType
impl UnwindSafe for RootStateRootType
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