pub struct ShutdownComplete;Expand description
Marker for Shutdown being complete
Trait Implementations§
Source§impl Debug for ShutdownComplete
impl Debug for ShutdownComplete
Source§impl PartialEq for ShutdownComplete
impl PartialEq for ShutdownComplete
impl StructuralPartialEq for ShutdownComplete
Auto Trait Implementations§
impl Freeze for ShutdownComplete
impl RefUnwindSafe for ShutdownComplete
impl Send for ShutdownComplete
impl Sync for ShutdownComplete
impl Unpin for ShutdownComplete
impl UnwindSafe for ShutdownComplete
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