pub enum ImageArchiveFormat {
Docker,
Oci,
}Expand description
Archive format to use when saving images.
Variants§
Trait Implementations§
Source§impl Clone for ImageArchiveFormat
impl Clone for ImageArchiveFormat
Source§fn clone(&self) -> ImageArchiveFormat
fn clone(&self) -> ImageArchiveFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ImageArchiveFormat
impl Debug for ImageArchiveFormat
Source§impl Default for ImageArchiveFormat
impl Default for ImageArchiveFormat
Source§fn default() -> ImageArchiveFormat
fn default() -> ImageArchiveFormat
Returns the “default value” for a type. Read more
Source§impl PartialEq for ImageArchiveFormat
impl PartialEq for ImageArchiveFormat
Source§fn eq(&self, other: &ImageArchiveFormat) -> bool
fn eq(&self, other: &ImageArchiveFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ImageArchiveFormat
impl Eq for ImageArchiveFormat
impl StructuralPartialEq for ImageArchiveFormat
Auto Trait Implementations§
impl Freeze for ImageArchiveFormat
impl RefUnwindSafe for ImageArchiveFormat
impl Send for ImageArchiveFormat
impl Sync for ImageArchiveFormat
impl Unpin for ImageArchiveFormat
impl UnsafeUnpin for ImageArchiveFormat
impl UnwindSafe for ImageArchiveFormat
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