Enum cyfs_lib::MetaAction
source · pub enum MetaAction {
GlobalStateAddAccess,
GlobalStateRemoveAccess,
GlobalStateClearAccess,
GlobalStateAddLink,
GlobalStateRemoveLink,
GlobalStateClearLink,
GlobalStateAddObjectMeta,
GlobalStateRemoveObjectMeta,
GlobalStateClearObjectMeta,
GlobalStateAddPathConfig,
GlobalStateRemovePathConfig,
GlobalStateClearPathConfig,
}
Variants§
GlobalStateAddAccess
GlobalStateRemoveAccess
GlobalStateClearAccess
GlobalStateAddLink
GlobalStateRemoveLink
GlobalStateClearLink
GlobalStateAddObjectMeta
GlobalStateRemoveObjectMeta
GlobalStateClearObjectMeta
GlobalStateAddPathConfig
GlobalStateRemovePathConfig
GlobalStateClearPathConfig
Trait Implementations§
source§impl Debug for MetaAction
impl Debug for MetaAction
source§impl FromStr for MetaAction
impl FromStr for MetaAction
source§impl PartialEq<MetaAction> for MetaAction
impl PartialEq<MetaAction> for MetaAction
source§fn eq(&self, other: &MetaAction) -> bool
fn eq(&self, other: &MetaAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.