pub struct PublishedArtifact { /* private fields */ }Expand description
One release artifact: what it is called and what it must hash to.
Implementations§
Trait Implementations§
Source§impl Clone for PublishedArtifact
impl Clone for PublishedArtifact
Source§fn clone(&self) -> PublishedArtifact
fn clone(&self) -> PublishedArtifact
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 PublishedArtifact
impl Debug for PublishedArtifact
impl Eq for PublishedArtifact
Source§impl PartialEq for PublishedArtifact
impl PartialEq for PublishedArtifact
impl StructuralPartialEq for PublishedArtifact
Auto Trait Implementations§
impl Freeze for PublishedArtifact
impl RefUnwindSafe for PublishedArtifact
impl Send for PublishedArtifact
impl Sync for PublishedArtifact
impl Unpin for PublishedArtifact
impl UnsafeUnpin for PublishedArtifact
impl UnwindSafe for PublishedArtifact
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