pub struct BundleArtifact {
pub id: String,
pub path: String,
pub status: ArtifactStatus,
pub error: Option<String>,
}Fields§
§id: String§path: String§status: ArtifactStatus§error: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for BundleArtifact
impl Clone for BundleArtifact
Source§fn clone(&self) -> BundleArtifact
fn clone(&self) -> BundleArtifact
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 BundleArtifact
impl Debug for BundleArtifact
Source§impl PartialEq for BundleArtifact
impl PartialEq for BundleArtifact
Source§impl Serialize for BundleArtifact
impl Serialize for BundleArtifact
impl Eq for BundleArtifact
impl StructuralPartialEq for BundleArtifact
Auto Trait Implementations§
impl Freeze for BundleArtifact
impl RefUnwindSafe for BundleArtifact
impl Send for BundleArtifact
impl Sync for BundleArtifact
impl Unpin for BundleArtifact
impl UnsafeUnpin for BundleArtifact
impl UnwindSafe for BundleArtifact
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