pub enum PackageOutput {
Zone {
intermediate_only: bool,
},
Tarball,
}Expand description
Describes the output format of the package.
Variants§
Zone
A complete zone image, ready to be deployed to the target.
Fields
Tarball
A tarball, ready to be deployed to the target.
Trait Implementations§
source§impl Clone for PackageOutput
impl Clone for PackageOutput
source§fn clone(&self) -> PackageOutput
fn clone(&self) -> PackageOutput
Returns a copy of the value. Read more
1.6.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 PackageOutput
impl Debug for PackageOutput
source§impl<'de> Deserialize<'de> for PackageOutput
impl<'de> Deserialize<'de> for PackageOutput
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for PackageOutput
impl PartialEq for PackageOutput
impl StructuralPartialEq for PackageOutput
Auto Trait Implementations§
impl Freeze for PackageOutput
impl RefUnwindSafe for PackageOutput
impl Send for PackageOutput
impl Sync for PackageOutput
impl Unpin for PackageOutput
impl UnwindSafe for PackageOutput
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)