Struct webrtc_dtls::extension::extension_supported_signature_algorithms::ExtensionSupportedSignatureAlgorithms
source · pub struct ExtensionSupportedSignatureAlgorithms { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for ExtensionSupportedSignatureAlgorithms
impl Clone for ExtensionSupportedSignatureAlgorithms
source§fn clone(&self) -> ExtensionSupportedSignatureAlgorithms
fn clone(&self) -> ExtensionSupportedSignatureAlgorithms
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 for ExtensionSupportedSignatureAlgorithms
impl PartialEq for ExtensionSupportedSignatureAlgorithms
source§fn eq(&self, other: &ExtensionSupportedSignatureAlgorithms) -> bool
fn eq(&self, other: &ExtensionSupportedSignatureAlgorithms) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ExtensionSupportedSignatureAlgorithms
impl StructuralPartialEq for ExtensionSupportedSignatureAlgorithms
Auto Trait Implementations§
impl Freeze for ExtensionSupportedSignatureAlgorithms
impl RefUnwindSafe for ExtensionSupportedSignatureAlgorithms
impl Send for ExtensionSupportedSignatureAlgorithms
impl Sync for ExtensionSupportedSignatureAlgorithms
impl Unpin for ExtensionSupportedSignatureAlgorithms
impl UnwindSafe for ExtensionSupportedSignatureAlgorithms
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> 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<'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