pub enum DaemonStateMachineInput {
Exit,
Mount,
Start,
Stop,
Takeover,
}Variants§
Trait Implementations§
Source§impl Clone for DaemonStateMachineInput
impl Clone for DaemonStateMachineInput
Source§fn clone(&self) -> DaemonStateMachineInput
fn clone(&self) -> DaemonStateMachineInput
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for DaemonStateMachineInput
impl RefUnwindSafe for DaemonStateMachineInput
impl Send for DaemonStateMachineInput
impl Sync for DaemonStateMachineInput
impl Unpin for DaemonStateMachineInput
impl UnwindSafe for DaemonStateMachineInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more