pub struct Ready<R>(/* private fields */);Expand description
A type which encodes that ZipFileReader is ready to open a new entry.
Auto Trait Implementations§
impl<R> Freeze for Ready<R>where
R: Freeze,
impl<R> RefUnwindSafe for Ready<R>where
R: RefUnwindSafe,
impl<R> Send for Ready<R>where
R: Send,
impl<R> Sync for Ready<R>where
R: Sync,
impl<R> Unpin for Ready<R>where
R: Unpin,
impl<R> UnwindSafe for Ready<R>where
R: UnwindSafe,
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