Struct webrtc_dtls::handshake::handshake_message_server_hello_done::HandshakeMessageServerHelloDone
source · pub struct HandshakeMessageServerHelloDone;
Implementations§
Trait Implementations§
source§impl Clone for HandshakeMessageServerHelloDone
impl Clone for HandshakeMessageServerHelloDone
source§fn clone(&self) -> HandshakeMessageServerHelloDone
fn clone(&self) -> HandshakeMessageServerHelloDone
Returns a copy 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 PartialEq<HandshakeMessageServerHelloDone> for HandshakeMessageServerHelloDone
impl PartialEq<HandshakeMessageServerHelloDone> for HandshakeMessageServerHelloDone
source§fn eq(&self, other: &HandshakeMessageServerHelloDone) -> bool
fn eq(&self, other: &HandshakeMessageServerHelloDone) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.