pub struct ZipSource { /* private fields */ }Expand description
ZIP archive source for lazy loading
Implementations§
Auto Trait Implementations§
impl Freeze for ZipSource
impl RefUnwindSafe for ZipSource
impl Send for ZipSource
impl Sync for ZipSource
impl Unpin for ZipSource
impl UnwindSafe for ZipSource
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