Enum emu_cli::traits::Supervisors
source · pub enum Supervisors {
Systemd,
Pid,
}Variants§
Trait Implementations§
source§impl Clone for Supervisors
impl Clone for Supervisors
source§fn clone(&self) -> Supervisors
fn clone(&self) -> Supervisors
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 Supervisors
impl Debug for Supervisors
source§impl Default for Supervisors
impl Default for Supervisors
source§fn default() -> Supervisors
fn default() -> Supervisors
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for Supervisors
impl Send for Supervisors
impl Sync for Supervisors
impl Unpin for Supervisors
impl UnwindSafe for Supervisors
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