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