Struct brotli_decompressor::io_wrappers::IntoIoWriter
source · [−]pub struct IntoIoWriter<InputType: Write>(pub InputType);
Tuple Fields
0: InputType
Trait Implementations
Auto Trait Implementations
impl<InputType> RefUnwindSafe for IntoIoWriter<InputType> where
InputType: RefUnwindSafe,
impl<InputType> Send for IntoIoWriter<InputType> where
InputType: Send,
impl<InputType> Sync for IntoIoWriter<InputType> where
InputType: Sync,
impl<InputType> Unpin for IntoIoWriter<InputType> where
InputType: Unpin,
impl<InputType> UnwindSafe for IntoIoWriter<InputType> where
InputType: UnwindSafe,
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