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