Enum cyfs_lib::OpEnvAction
source · pub enum OpEnvAction {
Show 18 variants
GetByKey,
InsertWithKey,
SetWithKey,
RemoveWithKey,
Contains,
Insert,
Remove,
Load,
LoadByPath,
CreateNew,
Lock,
Commit,
Abort,
Metadata,
GetCurrentRoot,
Next,
Reset,
List,
}
Variants§
GetByKey
InsertWithKey
SetWithKey
RemoveWithKey
Contains
Insert
Remove
Load
LoadByPath
CreateNew
Lock
Commit
Abort
Metadata
GetCurrentRoot
Next
Reset
List
Trait Implementations§
source§impl Debug for OpEnvAction
impl Debug for OpEnvAction
source§impl FromStr for OpEnvAction
impl FromStr for OpEnvAction
source§impl PartialEq<OpEnvAction> for OpEnvAction
impl PartialEq<OpEnvAction> for OpEnvAction
source§fn eq(&self, other: &OpEnvAction) -> bool
fn eq(&self, other: &OpEnvAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.