Enum libmedusa_zip::zip::ZipEntrySpecification
source · pub enum ZipEntrySpecification {
File(FileSource),
Directory(EntryName),
}Variants§
File(FileSource)
Directory(EntryName)
Trait Implementations§
source§impl Clone for ZipEntrySpecification
impl Clone for ZipEntrySpecification
source§fn clone(&self) -> ZipEntrySpecification
fn clone(&self) -> ZipEntrySpecification
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for ZipEntrySpecification
impl Send for ZipEntrySpecification
impl Sync for ZipEntrySpecification
impl Unpin for ZipEntrySpecification
impl UnwindSafe for ZipEntrySpecification
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