pub struct Unblocking;Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Unblocking
impl RefUnwindSafe for Unblocking
impl Send for Unblocking
impl Sync for Unblocking
impl Unpin for Unblocking
impl UnwindSafe for Unblocking
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