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