Enum cyfs_lib::RootStateAccessAction
source · [−]pub enum RootStateAccessAction {
GetObjectByPath,
List,
}
Variants
GetObjectByPath
List
Trait Implementations
sourceimpl Clone for RootStateAccessAction
impl Clone for RootStateAccessAction
sourcefn clone(&self) -> RootStateAccessAction
fn clone(&self) -> RootStateAccessAction
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RootStateAccessAction
impl Debug for RootStateAccessAction
sourceimpl FromStr for RootStateAccessAction
impl FromStr for RootStateAccessAction
sourceimpl PartialEq<RootStateAccessAction> for RootStateAccessAction
impl PartialEq<RootStateAccessAction> for RootStateAccessAction
sourcefn eq(&self, other: &RootStateAccessAction) -> bool
fn eq(&self, other: &RootStateAccessAction) -> bool
sourceimpl ToString for RootStateAccessAction
impl ToString for RootStateAccessAction
impl Eq for RootStateAccessAction
impl StructuralEq for RootStateAccessAction
impl StructuralPartialEq for RootStateAccessAction
Auto Trait Implementations
impl RefUnwindSafe for RootStateAccessAction
impl Send for RootStateAccessAction
impl Sync for RootStateAccessAction
impl Unpin for RootStateAccessAction
impl UnwindSafe for RootStateAccessAction
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