pub struct WithEntry<'a>(/* private fields */);Expand description
A type which encodes that ZipEntryReader has associated entry data.
Auto Trait Implementations§
impl<'a> Freeze for WithEntry<'a>
impl<'a> RefUnwindSafe for WithEntry<'a>
impl<'a> Send for WithEntry<'a>
impl<'a> Sync for WithEntry<'a>
impl<'a> Unpin for WithEntry<'a>
impl<'a> UnwindSafe for WithEntry<'a>
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