Struct brotli::enc::threading::CompressionThreadResult
source · pub struct CompressionThreadResult<Alloc: BrotliAlloc + Send + 'static>{ /* private fields */ }
Auto Trait Implementations§
impl<Alloc> Freeze for CompressionThreadResult<Alloc>
impl<Alloc> !RefUnwindSafe for CompressionThreadResult<Alloc>
impl<Alloc> Send for CompressionThreadResult<Alloc>
impl<Alloc> !Sync for CompressionThreadResult<Alloc>
impl<Alloc> Unpin for CompressionThreadResult<Alloc>
impl<Alloc> !UnwindSafe for CompressionThreadResult<Alloc>
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