Enum rc_zip::parse::EntryContents
source · pub enum EntryContents {
Directory,
File,
Symlink,
}Expand description
The contents of an entry: a directory, a file, or a symbolic link.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EntryContents
impl Send for EntryContents
impl Sync for EntryContents
impl Unpin for EntryContents
impl UnwindSafe for EntryContents
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