pub enum ArchiveType {
Tar,
Gz,
Zip,
}
Variants§
Trait Implementations§
Source§impl Clone for ArchiveType
impl Clone for ArchiveType
Source§fn clone(&self) -> ArchiveType
fn clone(&self) -> ArchiveType
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 moreSource§impl Debug for ArchiveType
impl Debug for ArchiveType
Source§impl PartialEq for ArchiveType
impl PartialEq for ArchiveType
impl Eq for ArchiveType
impl StructuralPartialEq for ArchiveType
Auto Trait Implementations§
impl Freeze for ArchiveType
impl RefUnwindSafe for ArchiveType
impl Send for ArchiveType
impl Sync for ArchiveType
impl Unpin for ArchiveType
impl UnwindSafe for ArchiveType
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