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