pub struct ShutdownComponent { /* private fields */ }Expand description
A component to drain.
Implementations§
Auto Trait Implementations§
impl Freeze for ShutdownComponent
impl !RefUnwindSafe for ShutdownComponent
impl Send for ShutdownComponent
impl Sync for ShutdownComponent
impl Unpin for ShutdownComponent
impl UnsafeUnpin for ShutdownComponent
impl !UnwindSafe for ShutdownComponent
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