Struct ExReadFile
pub struct ExReadFile<'ex> { /* private fields */ }Expand description
Default-param extender for ZipReader::read_file_ex.
Implementations§
§impl<'ex> ExReadFile<'ex>
impl<'ex> ExReadFile<'ex>
pub fn case_sensitive(self, case_sensitive: bool) -> ExReadFile<'ex>
pub fn done(self) -> PackedArray<u8>
Auto Trait Implementations§
impl<'ex> Freeze for ExReadFile<'ex>
impl<'ex> RefUnwindSafe for ExReadFile<'ex>
impl<'ex> !Send for ExReadFile<'ex>
impl<'ex> !Sync for ExReadFile<'ex>
impl<'ex> Unpin for ExReadFile<'ex>
impl<'ex> !UnwindSafe for ExReadFile<'ex>
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