pub enum ConversionType {
Show 13 variants
DirectoryToRafs,
DirectoryToStargz,
DirectoryToTargz,
EStargzToRafs,
EStargzToRef,
EStargzIndexToRef,
TargzToRafs,
TargzToStargz,
TargzToRef,
TarToStargz,
TarToRafs,
TarToRef,
TarToTarfs,
}Expand description
Filesystem conversion type supported by RAFS builder.
Variants§
DirectoryToRafs
DirectoryToStargz
DirectoryToTargz
EStargzToRafs
EStargzToRef
EStargzIndexToRef
TargzToRafs
TargzToStargz
TargzToRef
TarToStargz
TarToRafs
TarToRef
TarToTarfs
Implementations§
Trait Implementations§
Source§impl Clone for ConversionType
impl Clone for ConversionType
Source§fn clone(&self) -> ConversionType
fn clone(&self) -> ConversionType
Returns a duplicate 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 ConversionType
impl Debug for ConversionType
Source§impl Default for ConversionType
impl Default for ConversionType
Source§impl Display for ConversionType
impl Display for ConversionType
Source§impl FromStr for ConversionType
impl FromStr for ConversionType
Source§impl PartialEq for ConversionType
impl PartialEq for ConversionType
impl Copy for ConversionType
impl Eq for ConversionType
impl StructuralPartialEq for ConversionType
Auto Trait Implementations§
impl Freeze for ConversionType
impl RefUnwindSafe for ConversionType
impl Send for ConversionType
impl Sync for ConversionType
impl Unpin for ConversionType
impl UnwindSafe for ConversionType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.