pub struct ShutdownRx(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShutdownRx
impl RefUnwindSafe for ShutdownRx
impl Send for ShutdownRx
impl Sync for ShutdownRx
impl Unpin for ShutdownRx
impl UnwindSafe for ShutdownRx
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