pub struct PackagingOutput {
pub package_bytes: Vec<u8>,
pub manifest: Value,
pub metadata: ArtifactMetadata,
}Fields§
§package_bytes: Vec<u8>§manifest: Value§metadata: ArtifactMetadataTrait Implementations§
Source§impl Clone for PackagingOutput
impl Clone for PackagingOutput
Source§fn clone(&self) -> PackagingOutput
fn clone(&self) -> PackagingOutput
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 PackagingOutput
impl Debug for PackagingOutput
Source§impl<'de> Deserialize<'de> for PackagingOutput
impl<'de> Deserialize<'de> for PackagingOutput
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
Auto Trait Implementations§
impl Freeze for PackagingOutput
impl RefUnwindSafe for PackagingOutput
impl Send for PackagingOutput
impl Sync for PackagingOutput
impl Unpin for PackagingOutput
impl UnsafeUnpin for PackagingOutput
impl UnwindSafe for PackagingOutput
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