Struct aws_sdk_codebuild::model::EnvironmentImage
source · [−]#[non_exhaustive]pub struct EnvironmentImage { /* private fields */ }
Expand description
Information about a Docker image that is managed by CodeBuild.
Implementations
sourceimpl EnvironmentImage
impl EnvironmentImage
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnvironmentImage
.
Trait Implementations
sourceimpl Clone for EnvironmentImage
impl Clone for EnvironmentImage
sourcefn clone(&self) -> EnvironmentImage
fn clone(&self) -> EnvironmentImage
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 EnvironmentImage
impl Debug for EnvironmentImage
sourceimpl PartialEq<EnvironmentImage> for EnvironmentImage
impl PartialEq<EnvironmentImage> for EnvironmentImage
sourcefn eq(&self, other: &EnvironmentImage) -> bool
fn eq(&self, other: &EnvironmentImage) -> bool
impl StructuralPartialEq for EnvironmentImage
Auto Trait Implementations
impl RefUnwindSafe for EnvironmentImage
impl Send for EnvironmentImage
impl Sync for EnvironmentImage
impl Unpin for EnvironmentImage
impl UnwindSafe for EnvironmentImage
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