Struct emu_cli::supervisor::NullSupervisorStorage
source · pub struct NullSupervisorStorage;Trait Implementations§
source§impl Clone for NullSupervisorStorage
impl Clone for NullSupervisorStorage
source§fn clone(&self) -> NullSupervisorStorage
fn clone(&self) -> NullSupervisorStorage
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 NullSupervisorStorage
impl Debug for NullSupervisorStorage
source§impl Default for NullSupervisorStorage
impl Default for NullSupervisorStorage
source§fn default() -> NullSupervisorStorage
fn default() -> NullSupervisorStorage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for NullSupervisorStorage
impl Send for NullSupervisorStorage
impl Sync for NullSupervisorStorage
impl Unpin for NullSupervisorStorage
impl UnwindSafe for NullSupervisorStorage
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