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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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 moresourceimpl PartialEq<GlobalStateCategory> for GlobalStateCategory
impl PartialEq<GlobalStateCategory> for GlobalStateCategory
sourcefn eq(&self, other: &GlobalStateCategory) -> bool
fn eq(&self, other: &GlobalStateCategory) -> bool
sourceimpl Serialize for GlobalStateCategory
impl Serialize for GlobalStateCategory
impl Copy for GlobalStateCategory
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 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