Enum cyfs_lib::GlobalStateCategory
source · pub enum GlobalStateCategory {
RootState,
LocalCache,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for GlobalStateCategory
impl Clone for GlobalStateCategory
source§fn clone(&self) -> GlobalStateCategory
fn clone(&self) -> GlobalStateCategory
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 GlobalStateCategory
impl Debug for GlobalStateCategory
source§impl<'de> Deserialize<'de> for GlobalStateCategory
impl<'de> Deserialize<'de> for GlobalStateCategory
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for GlobalStateCategory
impl Display for GlobalStateCategory
source§impl FromStr for GlobalStateCategory
impl FromStr for GlobalStateCategory
§type Err = BuckyError
type Err = BuckyError
The associated error which can be returned from parsing.
source§impl Hash for GlobalStateCategory
impl Hash for GlobalStateCategory
source§impl PartialEq<GlobalStateCategory> for GlobalStateCategory
impl PartialEq<GlobalStateCategory> for GlobalStateCategory
source§fn eq(&self, other: &GlobalStateCategory) -> bool
fn eq(&self, other: &GlobalStateCategory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.