pub struct WithoutEntry;Expand description
A type which encodes that ZipEntryReader has no associated entry data.
Auto Trait Implementations§
impl Freeze for WithoutEntry
impl RefUnwindSafe for WithoutEntry
impl Send for WithoutEntry
impl Sync for WithoutEntry
impl Unpin for WithoutEntry
impl UnwindSafe for WithoutEntry
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