pub struct ExportArtifact {
pub key: String,
pub value: String,
pub manifest: ManifestArtifact,
}Expand description
In-memory artifact material and metadata used by exporters.
Fields§
§key: String§value: String§manifest: ManifestArtifactTrait Implementations§
Source§impl Clone for ExportArtifact
impl Clone for ExportArtifact
Source§fn clone(&self) -> ExportArtifact
fn clone(&self) -> ExportArtifact
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 ExportArtifact
impl Debug for ExportArtifact
Source§impl PartialEq for ExportArtifact
impl PartialEq for ExportArtifact
impl Eq for ExportArtifact
impl StructuralPartialEq for ExportArtifact
Auto Trait Implementations§
impl Freeze for ExportArtifact
impl RefUnwindSafe for ExportArtifact
impl Send for ExportArtifact
impl Sync for ExportArtifact
impl Unpin for ExportArtifact
impl UnsafeUnpin for ExportArtifact
impl UnwindSafe for ExportArtifact
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