pub struct ConnectionWaker { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for ConnectionWaker
impl Debug for ConnectionWaker
Auto Trait Implementations§
impl !Freeze for ConnectionWaker
impl !RefUnwindSafe for ConnectionWaker
impl Send for ConnectionWaker
impl Sync for ConnectionWaker
impl Unpin for ConnectionWaker
impl !UnwindSafe for ConnectionWaker
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