pub enum ExtractedFilesEntry {
Dir(Box<HashSet<Box<OsStr>>>),
File,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtractedFilesEntry
impl RefUnwindSafe for ExtractedFilesEntry
impl Send for ExtractedFilesEntry
impl Sync for ExtractedFilesEntry
impl Unpin for ExtractedFilesEntry
impl UnwindSafe for ExtractedFilesEntry
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