pub struct DefaultConnection { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Connection for DefaultConnection
impl Connection for DefaultConnection
Source§impl Default for DefaultConnection
impl Default for DefaultConnection
Source§fn default() -> DefaultConnection
fn default() -> DefaultConnection
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultConnection
impl !RefUnwindSafe for DefaultConnection
impl !Send for DefaultConnection
impl !Sync for DefaultConnection
impl Unpin for DefaultConnection
impl !UnwindSafe for DefaultConnection
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