pub struct ListEntry { /* private fields */ }
Expand description
An entry when iterating over a list of files.
You can use Archive::list
and Archive::list_with
to iterate over the files in an
archive.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListEntry
impl RefUnwindSafe for ListEntry
impl Send for ListEntry
impl Sync for ListEntry
impl Unpin for ListEntry
impl UnwindSafe for ListEntry
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