Struct brotli_decompressor::io_wrappers::IoWriterWrapper
source · pub struct IoWriterWrapper<'a, OutputType: Write + 'a>(pub &'a mut OutputType);
Tuple Fields§
§0: &'a mut OutputType
Trait Implementations§
Auto Trait Implementations§
impl<'a, OutputType> Freeze for IoWriterWrapper<'a, OutputType>
impl<'a, OutputType> RefUnwindSafe for IoWriterWrapper<'a, OutputType>where
OutputType: RefUnwindSafe,
impl<'a, OutputType> Send for IoWriterWrapper<'a, OutputType>where
OutputType: Send,
impl<'a, OutputType> Sync for IoWriterWrapper<'a, OutputType>where
OutputType: Sync,
impl<'a, OutputType> Unpin for IoWriterWrapper<'a, OutputType>
impl<'a, OutputType> !UnwindSafe for IoWriterWrapper<'a, OutputType>
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