Enum cyfs_lib::GlobalStateCategory
source · [−]pub enum GlobalStateCategory {
RootState,
LocalCache,
}
Variants
RootState
LocalCache
Implementations
Trait Implementations
sourceimpl Clone for GlobalStateCategory
impl Clone for GlobalStateCategory
sourcefn clone(&self) -> GlobalStateCategory
fn clone(&self) -> GlobalStateCategory
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 more
sourceimpl Debug for GlobalStateCategory
impl Debug for GlobalStateCategory
sourceimpl Display for GlobalStateCategory
impl Display for GlobalStateCategory
sourceimpl FromStr for GlobalStateCategory
impl FromStr for GlobalStateCategory
type Err = BuckyError
type Err = BuckyError
The associated error which can be returned from parsing.
sourcefn from_str(s: &str) -> BuckyResult<Self>
fn from_str(s: &str) -> BuckyResult<Self>
Parses a string s
to return a value of this type. Read more
impl Eq for GlobalStateCategory
impl StructuralEq for GlobalStateCategory
impl StructuralPartialEq for GlobalStateCategory
Auto Trait Implementations
impl RefUnwindSafe for GlobalStateCategory
impl Send for GlobalStateCategory
impl Sync for GlobalStateCategory
impl Unpin for GlobalStateCategory
impl UnwindSafe for GlobalStateCategory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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