Enum cyfs_lib::RootStateAccessAction
source · [−]pub enum RootStateAccessAction {
GetObjectByPath,
List,
}
Variants
GetObjectByPath
List
Trait Implementations
sourceimpl Debug for RootStateAccessAction
impl Debug for RootStateAccessAction
sourceimpl FromStr for RootStateAccessAction
impl FromStr for RootStateAccessAction
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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