Struct aws_sdk_codebuild::types::EnvironmentImage
source · #[non_exhaustive]pub struct EnvironmentImage { /* private fields */ }
Expand description
Information about a Docker image that is managed by CodeBuild.
Implementations§
source§impl EnvironmentImage
impl EnvironmentImage
sourcepub fn builder() -> EnvironmentImageBuilder
pub fn builder() -> EnvironmentImageBuilder
Creates a new builder-style object to manufacture EnvironmentImage
.
Trait Implementations§
source§impl Clone for EnvironmentImage
impl Clone for EnvironmentImage
source§fn clone(&self) -> EnvironmentImage
fn clone(&self) -> EnvironmentImage
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 EnvironmentImage
impl Debug for EnvironmentImage
source§impl PartialEq<EnvironmentImage> for EnvironmentImage
impl PartialEq<EnvironmentImage> for EnvironmentImage
source§fn eq(&self, other: &EnvironmentImage) -> bool
fn eq(&self, other: &EnvironmentImage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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