pub struct CompressorFactory;Implementations§
Source§impl CompressorFactory
impl CompressorFactory
pub fn get_compressor( compressor_type: CompressionType, ) -> Box<dyn Compressor + Send + Sync>
Auto Trait Implementations§
impl Freeze for CompressorFactory
impl RefUnwindSafe for CompressorFactory
impl Send for CompressorFactory
impl Sync for CompressorFactory
impl Unpin for CompressorFactory
impl UnwindSafe for CompressorFactory
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