pub struct ArtifactManifest {
pub target: String,
pub publisher: String,
pub release: ReleaseCandidate,
pub artifacts: Vec<PreparedArtifact>,
}Fields§
§target: String§publisher: String§release: ReleaseCandidate§artifacts: Vec<PreparedArtifact>Trait Implementations§
Source§impl Clone for ArtifactManifest
impl Clone for ArtifactManifest
Source§fn clone(&self) -> ArtifactManifest
fn clone(&self) -> ArtifactManifest
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 ArtifactManifest
impl Debug for ArtifactManifest
impl Eq for ArtifactManifest
Source§impl PartialEq for ArtifactManifest
impl PartialEq for ArtifactManifest
impl StructuralPartialEq for ArtifactManifest
Auto Trait Implementations§
impl Freeze for ArtifactManifest
impl RefUnwindSafe for ArtifactManifest
impl Send for ArtifactManifest
impl Sync for ArtifactManifest
impl Unpin for ArtifactManifest
impl UnsafeUnpin for ArtifactManifest
impl UnwindSafe for ArtifactManifest
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