pub struct DEFAULT_COMPRESSION_STRATEGY { /* private fields */ }
Trait Implementations§
Source§impl Deref for DEFAULT_COMPRESSION_STRATEGY
impl Deref for DEFAULT_COMPRESSION_STRATEGY
Source§type Target = Arc<dyn CompressionStrategy>
type Target = Arc<dyn CompressionStrategy>
The resulting type after dereferencing.
Source§fn deref(&self) -> &Arc<dyn CompressionStrategy>
fn deref(&self) -> &Arc<dyn CompressionStrategy>
Dereferences the value.
impl LazyStatic for DEFAULT_COMPRESSION_STRATEGY
Auto Trait Implementations§
impl Freeze for DEFAULT_COMPRESSION_STRATEGY
impl RefUnwindSafe for DEFAULT_COMPRESSION_STRATEGY
impl Send for DEFAULT_COMPRESSION_STRATEGY
impl Sync for DEFAULT_COMPRESSION_STRATEGY
impl Unpin for DEFAULT_COMPRESSION_STRATEGY
impl UnwindSafe for DEFAULT_COMPRESSION_STRATEGY
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