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