Struct brotli::enc::multithreading::MultiThreadedJoinable
source · pub struct MultiThreadedJoinable<T: Send + 'static, U: Send + 'static>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<T, U> Freeze for MultiThreadedJoinable<T, U>
impl<T, U> !RefUnwindSafe for MultiThreadedJoinable<T, U>
impl<T, U> Send for MultiThreadedJoinable<T, U>
impl<T, U> Sync for MultiThreadedJoinable<T, U>where
U: Sync,
impl<T, U> Unpin for MultiThreadedJoinable<T, U>where
U: Unpin,
impl<T, U> !UnwindSafe for MultiThreadedJoinable<T, U>
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