pub struct WrBackpressure(/* private fields */);
Expand description
Write back-pressure message
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WrBackpressure
impl RefUnwindSafe for WrBackpressure
impl Send for WrBackpressure
impl Sync for WrBackpressure
impl Unpin for WrBackpressure
impl UnwindSafe for WrBackpressure
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