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