Struct aws_sdk_codebuild::types::ResolvedArtifact
source · #[non_exhaustive]pub struct ResolvedArtifact { /* private fields */ }
Expand description
Represents a resolved build artifact. A resolved artifact is an artifact that is built and deployed to the destination, such as Amazon S3.
Implementations§
source§impl ResolvedArtifact
impl ResolvedArtifact
sourcepub fn builder() -> ResolvedArtifactBuilder
pub fn builder() -> ResolvedArtifactBuilder
Creates a new builder-style object to manufacture ResolvedArtifact
.
Trait Implementations§
source§impl Clone for ResolvedArtifact
impl Clone for ResolvedArtifact
source§fn clone(&self) -> ResolvedArtifact
fn clone(&self) -> ResolvedArtifact
Returns a copy 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 ResolvedArtifact
impl Debug for ResolvedArtifact
source§impl PartialEq<ResolvedArtifact> for ResolvedArtifact
impl PartialEq<ResolvedArtifact> for ResolvedArtifact
source§fn eq(&self, other: &ResolvedArtifact) -> bool
fn eq(&self, other: &ResolvedArtifact) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ResolvedArtifact
Auto Trait Implementations§
impl RefUnwindSafe for ResolvedArtifact
impl Send for ResolvedArtifact
impl Sync for ResolvedArtifact
impl Unpin for ResolvedArtifact
impl UnwindSafe for ResolvedArtifact
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