Enum nydus::daemon::DaemonStateMachineInput
source · 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 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 more