pub enum ConnectionConfigOffset {}Auto Trait Implementations§
impl Freeze for ConnectionConfigOffset
impl RefUnwindSafe for ConnectionConfigOffset
impl Send for ConnectionConfigOffset
impl Sync for ConnectionConfigOffset
impl Unpin for ConnectionConfigOffset
impl UnsafeUnpin for ConnectionConfigOffset
impl UnwindSafe for ConnectionConfigOffset
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