pub enum GlobalStateAccessorAction {
GetObjectByPath,
List,
}
Variants§
Trait Implementations§
source§impl Clone for GlobalStateAccessorAction
impl Clone for GlobalStateAccessorAction
source§fn clone(&self) -> GlobalStateAccessorAction
fn clone(&self) -> GlobalStateAccessorAction
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 GlobalStateAccessorAction
impl Debug for GlobalStateAccessorAction
source§impl FromStr for GlobalStateAccessorAction
impl FromStr for GlobalStateAccessorAction
source§impl PartialEq<GlobalStateAccessorAction> for GlobalStateAccessorAction
impl PartialEq<GlobalStateAccessorAction> for GlobalStateAccessorAction
source§fn eq(&self, other: &GlobalStateAccessorAction) -> bool
fn eq(&self, other: &GlobalStateAccessorAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.