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