Enum cyfs_lib::AdminCommand
source · pub enum AdminCommand {
GlobalStateAccessMode(AdminGlobalStateAccessModeData),
}
Variants
GlobalStateAccessMode(AdminGlobalStateAccessModeData)
Trait Implementations
sourceimpl Clone for AdminCommand
impl Clone for AdminCommand
sourcefn clone(&self) -> AdminCommand
fn clone(&self) -> AdminCommand
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AdminCommand
impl Debug for AdminCommand
sourceimpl PartialEq<AdminCommand> for AdminCommand
impl PartialEq<AdminCommand> for AdminCommand
sourcefn eq(&self, other: &AdminCommand) -> bool
fn eq(&self, other: &AdminCommand) -> bool
sourceimpl Serialize for AdminCommand
impl Serialize for AdminCommand
impl Eq for AdminCommand
impl StructuralEq for AdminCommand
impl StructuralPartialEq for AdminCommand
Auto Trait Implementations
impl RefUnwindSafe for AdminCommand
impl Send for AdminCommand
impl Sync for AdminCommand
impl Unpin for AdminCommand
impl UnwindSafe for AdminCommand
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