Enum cyfs_lib::RootStateAction
source · pub enum RootStateAction {
GetCurrentRoot,
CreateOpEnv,
}
Variants
Trait Implementations
sourceimpl Debug for RootStateAction
impl Debug for RootStateAction
sourceimpl FromStr for RootStateAction
impl FromStr for RootStateAction
sourceimpl PartialEq<RootStateAction> for RootStateAction
impl PartialEq<RootStateAction> for RootStateAction
sourcefn eq(&self, other: &RootStateAction) -> bool
fn eq(&self, other: &RootStateAction) -> bool
sourceimpl ToString for RootStateAction
impl ToString for RootStateAction
impl Eq for RootStateAction
impl StructuralEq for RootStateAction
impl StructuralPartialEq for RootStateAction
Auto Trait Implementations
impl RefUnwindSafe for RootStateAction
impl Send for RootStateAction
impl Sync for RootStateAction
impl Unpin for RootStateAction
impl UnwindSafe for RootStateAction
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