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