pub struct ResponderCleanup { /* private fields */ }
Expand description
Makes sure that a dropped responder is properly responded to.
Trait Implementations§
Source§impl Debug for ResponderCleanup
impl Debug for ResponderCleanup
Auto Trait Implementations§
impl Freeze for ResponderCleanup
impl !RefUnwindSafe for ResponderCleanup
impl Send for ResponderCleanup
impl Sync for ResponderCleanup
impl Unpin for ResponderCleanup
impl !UnwindSafe for ResponderCleanup
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