Enum webrtc_dtls::cipher_suite::CipherSuiteHash
source · pub enum CipherSuiteHash {
Sha256,
}
Variants§
Sha256
Trait Implementations§
source§impl Clone for CipherSuiteHash
impl Clone for CipherSuiteHash
source§fn clone(&self) -> CipherSuiteHash
fn clone(&self) -> CipherSuiteHash
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 Debug for CipherSuiteHash
impl Debug for CipherSuiteHash
impl Copy for CipherSuiteHash
Auto Trait Implementations§
impl Freeze for CipherSuiteHash
impl RefUnwindSafe for CipherSuiteHash
impl Send for CipherSuiteHash
impl Sync for CipherSuiteHash
impl Unpin for CipherSuiteHash
impl UnwindSafe for CipherSuiteHash
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