pub struct HandshakeConfig { /* private fields */ }Trait Implementations§
Source§impl Clone for HandshakeConfig
impl Clone for HandshakeConfig
Source§fn clone(&self) -> HandshakeConfig
fn clone(&self) -> HandshakeConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HandshakeConfig
impl Debug for HandshakeConfig
Auto Trait Implementations§
impl Freeze for HandshakeConfig
impl !RefUnwindSafe for HandshakeConfig
impl Send for HandshakeConfig
impl Sync for HandshakeConfig
impl Unpin for HandshakeConfig
impl !UnwindSafe for HandshakeConfig
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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