Struct aws_sdk_codebuild::model::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
sourceimpl ResolvedArtifact
impl ResolvedArtifact
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResolvedArtifact
.
Trait Implementations
sourceimpl Clone for ResolvedArtifact
impl Clone for ResolvedArtifact
sourcefn clone(&self) -> ResolvedArtifact
fn clone(&self) -> ResolvedArtifact
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ResolvedArtifact
impl Debug for ResolvedArtifact
sourceimpl PartialEq<ResolvedArtifact> for ResolvedArtifact
impl PartialEq<ResolvedArtifact> for ResolvedArtifact
sourcefn eq(&self, other: &ResolvedArtifact) -> bool
fn eq(&self, other: &ResolvedArtifact) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more