pub struct ClientHelloComplete;
Trait Implementations§
Source§impl Clone for ClientHelloComplete
impl Clone for ClientHelloComplete
Source§fn clone(&self) -> ClientHelloComplete
fn clone(&self) -> ClientHelloComplete
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 ClientHelloComplete
impl Debug for ClientHelloComplete
Source§impl Packet for ClientHelloComplete
impl Packet for ClientHelloComplete
impl Copy for ClientHelloComplete
Auto Trait Implementations§
impl Freeze for ClientHelloComplete
impl RefUnwindSafe for ClientHelloComplete
impl Send for ClientHelloComplete
impl Sync for ClientHelloComplete
impl Unpin for ClientHelloComplete
impl UnwindSafe for ClientHelloComplete
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