pub struct Reading<'a, R, E>(/* private fields */);Expand description
A type which encodes that ZipFileReader is currently reading an entry.
Auto Trait Implementations§
impl<'a, R, E> Freeze for Reading<'a, R, E>
impl<'a, R, E> RefUnwindSafe for Reading<'a, R, E>where
E: RefUnwindSafe,
R: RefUnwindSafe,
impl<'a, R, E> Send for Reading<'a, R, E>
impl<'a, R, E> Sync for Reading<'a, R, E>
impl<'a, R, E> Unpin for Reading<'a, R, E>where
R: Unpin,
impl<'a, R, E> !UnwindSafe for Reading<'a, R, E>
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