pub(crate) struct CompressionCacheEntry {
algorithm: CertificateCompressionAlgorithm,
original: Vec<u8>,
compressed: CompressedCertificatePayload<'static>,
}
Fields§
§algorithm: CertificateCompressionAlgorithm
§original: Vec<u8>
§compressed: CompressedCertificatePayload<'static>
Implementations§
source§impl CompressionCacheEntry
impl CompressionCacheEntry
pub(crate) fn compressed_cert_payload(&self) -> CompressedCertificatePayload<'_>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompressionCacheEntry
impl RefUnwindSafe for CompressionCacheEntry
impl Send for CompressionCacheEntry
impl Sync for CompressionCacheEntry
impl Unpin for CompressionCacheEntry
impl UnwindSafe for CompressionCacheEntry
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