struct ZipWriter(Writer);
Expand description
Wrapper type for Writer
Tuple Fields§
§0: Writer
Auto Trait Implementations§
impl Freeze for ZipWriter
impl RefUnwindSafe for ZipWriter
impl !Send for ZipWriter
impl !Sync for ZipWriter
impl Unpin for ZipWriter
impl UnwindSafe for ZipWriter
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