pub struct Supervisor { /* private fields */ }
Implementations§
Source§impl Supervisor
impl Supervisor
Trait Implementations§
Source§impl Default for Supervisor
impl Default for Supervisor
Source§impl ManagedProc for Supervisor
impl ManagedProc for Supervisor
fn run_proc( self: Box<Self>, shutdown: ShutdownSignal, ) -> LocalBoxFuture<'static, Result<()>>
Auto Trait Implementations§
impl Freeze for Supervisor
impl !RefUnwindSafe for Supervisor
impl !Send for Supervisor
impl !Sync for Supervisor
impl Unpin for Supervisor
impl !UnwindSafe for Supervisor
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