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