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