pub enum GlobalStatePathGroupAccess {
Specified(GlobalStatePathSpecifiedGroup),
Default(u32),
}
Variants
Specified(GlobalStatePathSpecifiedGroup)
Default(u32)
Trait Implementations
sourceimpl Clone for GlobalStatePathGroupAccess
impl Clone for GlobalStatePathGroupAccess
sourcefn clone(&self) -> GlobalStatePathGroupAccess
fn clone(&self) -> GlobalStatePathGroupAccess
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 GlobalStatePathGroupAccess
impl Debug for GlobalStatePathGroupAccess
sourceimpl<'de> Deserialize<'de> for GlobalStatePathGroupAccess
impl<'de> Deserialize<'de> for GlobalStatePathGroupAccess
sourcefn 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
sourceimpl PartialEq<GlobalStatePathGroupAccess> for GlobalStatePathGroupAccess
impl PartialEq<GlobalStatePathGroupAccess> for GlobalStatePathGroupAccess
sourcefn eq(&self, other: &GlobalStatePathGroupAccess) -> bool
fn eq(&self, other: &GlobalStatePathGroupAccess) -> bool
sourceimpl PartialOrd<GlobalStatePathGroupAccess> for GlobalStatePathGroupAccess
impl PartialOrd<GlobalStatePathGroupAccess> for GlobalStatePathGroupAccess
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
fn partial_cmp(&self, other: &Self) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const 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 moreimpl Eq for GlobalStatePathGroupAccess
impl StructuralEq for GlobalStatePathGroupAccess
impl StructuralPartialEq for GlobalStatePathGroupAccess
Auto Trait Implementations
impl RefUnwindSafe for GlobalStatePathGroupAccess
impl Send for GlobalStatePathGroupAccess
impl Sync for GlobalStatePathGroupAccess
impl Unpin for GlobalStatePathGroupAccess
impl UnwindSafe for GlobalStatePathGroupAccess
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