Enum cyfs_lib::AdminCommand
source · pub enum AdminCommand {
GlobalStateAccessMode(AdminGlobalStateAccessModeData),
}
Variants§
GlobalStateAccessMode(AdminGlobalStateAccessModeData)
Trait Implementations§
source§impl Clone for AdminCommand
impl Clone for AdminCommand
source§fn clone(&self) -> AdminCommand
fn clone(&self) -> AdminCommand
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AdminCommand
impl Debug for AdminCommand
source§impl PartialEq<AdminCommand> for AdminCommand
impl PartialEq<AdminCommand> for AdminCommand
source§fn eq(&self, other: &AdminCommand) -> bool
fn eq(&self, other: &AdminCommand) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.