Enum cyfs_lib::RootStateAction
source · pub enum RootStateAction {
GetCurrentRoot,
CreateOpEnv,
}
Variants§
Trait Implementations§
source§impl Debug for RootStateAction
impl Debug for RootStateAction
source§impl FromStr for RootStateAction
impl FromStr for RootStateAction
source§impl PartialEq<RootStateAction> for RootStateAction
impl PartialEq<RootStateAction> for RootStateAction
source§fn eq(&self, other: &RootStateAction) -> bool
fn eq(&self, other: &RootStateAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.