pub struct CertificateCompressor;Expand description
This type can be used to save Certificates.
Implementations§
Auto Trait Implementations§
impl Freeze for CertificateCompressor
impl RefUnwindSafe for CertificateCompressor
impl Send for CertificateCompressor
impl Sync for CertificateCompressor
impl Unpin for CertificateCompressor
impl UnwindSafe for CertificateCompressor
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