pub struct ZipItem { /* private fields */ }Expand description
Represents an item to be added to the ZIP archive.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZipItem
impl RefUnwindSafe for ZipItem
impl Send for ZipItem
impl Sync for ZipItem
impl Unpin for ZipItem
impl UnwindSafe for ZipItem
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