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> Freeze for IntoIoWriter<InputType>where
InputType: Freeze,
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§
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