pub struct CertificateCompressionAlgorithm(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for CertificateCompressionAlgorithm
impl Clone for CertificateCompressionAlgorithm
Source§fn clone(&self) -> CertificateCompressionAlgorithm
fn clone(&self) -> CertificateCompressionAlgorithm
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 PartialEq for CertificateCompressionAlgorithm
impl PartialEq for CertificateCompressionAlgorithm
Source§fn eq(&self, other: &CertificateCompressionAlgorithm) -> bool
fn eq(&self, other: &CertificateCompressionAlgorithm) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CertificateCompressionAlgorithm
impl Eq for CertificateCompressionAlgorithm
impl StructuralPartialEq for CertificateCompressionAlgorithm
Auto Trait Implementations§
impl Freeze for CertificateCompressionAlgorithm
impl RefUnwindSafe for CertificateCompressionAlgorithm
impl Send for CertificateCompressionAlgorithm
impl Sync for CertificateCompressionAlgorithm
impl Unpin for CertificateCompressionAlgorithm
impl UnsafeUnpin for CertificateCompressionAlgorithm
impl UnwindSafe for CertificateCompressionAlgorithm
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