pub enum GlobalStatePathGroupAccess {
Specified(GlobalStatePathSpecifiedGroup),
Default(u32),
}
Variants§
Specified(GlobalStatePathSpecifiedGroup)
Default(u32)
Implementations§
source§impl GlobalStatePathGroupAccess
impl GlobalStatePathGroupAccess
pub fn check_valid(&self) -> bool
Trait Implementations§
source§impl Clone for GlobalStatePathGroupAccess
impl Clone for GlobalStatePathGroupAccess
source§fn clone(&self) -> GlobalStatePathGroupAccess
fn clone(&self) -> GlobalStatePathGroupAccess
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 GlobalStatePathGroupAccess
impl Debug for GlobalStatePathGroupAccess
source§impl<'de> Deserialize<'de> for GlobalStatePathGroupAccess
impl<'de> Deserialize<'de> for GlobalStatePathGroupAccess
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 GlobalStatePathGroupAccess
impl Display for GlobalStatePathGroupAccess
source§impl Ord for GlobalStatePathGroupAccess
impl Ord for GlobalStatePathGroupAccess
source§impl PartialEq<GlobalStatePathGroupAccess> for GlobalStatePathGroupAccess
impl PartialEq<GlobalStatePathGroupAccess> for GlobalStatePathGroupAccess
source§fn eq(&self, other: &GlobalStatePathGroupAccess) -> bool
fn eq(&self, other: &GlobalStatePathGroupAccess) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<GlobalStatePathGroupAccess> for GlobalStatePathGroupAccess
impl PartialOrd<GlobalStatePathGroupAccess> for GlobalStatePathGroupAccess
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more