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