Struct webrtc_dtls::handshake::handshake_message_certificate::HandshakeMessageCertificate
source · [−]pub struct HandshakeMessageCertificate { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Clone for HandshakeMessageCertificate
impl Clone for HandshakeMessageCertificate
sourcefn clone(&self) -> HandshakeMessageCertificate
fn clone(&self) -> HandshakeMessageCertificate
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for HandshakeMessageCertificate
impl Debug for HandshakeMessageCertificate
sourceimpl PartialEq<HandshakeMessageCertificate> for HandshakeMessageCertificate
impl PartialEq<HandshakeMessageCertificate> for HandshakeMessageCertificate
sourcefn eq(&self, other: &HandshakeMessageCertificate) -> bool
fn eq(&self, other: &HandshakeMessageCertificate) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &HandshakeMessageCertificate) -> bool
fn ne(&self, other: &HandshakeMessageCertificate) -> bool
This method tests for !=
.
impl Eq for HandshakeMessageCertificate
impl StructuralEq for HandshakeMessageCertificate
impl StructuralPartialEq for HandshakeMessageCertificate
Auto Trait Implementations
impl RefUnwindSafe for HandshakeMessageCertificate
impl Send for HandshakeMessageCertificate
impl Sync for HandshakeMessageCertificate
impl Unpin for HandshakeMessageCertificate
impl UnwindSafe for HandshakeMessageCertificate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more