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