pub struct CompressionThreadResult<Alloc: BrotliAlloc + Send + 'static> where
<Alloc as Allocator<u8>>::AllocatedMemory: Send, { /* private fields */ }
Auto Trait Implementations
impl<Alloc> !RefUnwindSafe for CompressionThreadResult<Alloc>
impl<Alloc> Send for CompressionThreadResult<Alloc>
impl<Alloc> !Sync for CompressionThreadResult<Alloc>
impl<Alloc> Unpin for CompressionThreadResult<Alloc> where
Alloc: Unpin,
<Alloc as Allocator<u8>>::AllocatedMemory: Unpin,
impl<Alloc> !UnwindSafe for CompressionThreadResult<Alloc>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more