Struct aws_sdk_codebuild::operation::list_curated_environment_images::ListCuratedEnvironmentImagesInput
source · #[non_exhaustive]pub struct ListCuratedEnvironmentImagesInput {}
Implementations§
source§impl ListCuratedEnvironmentImagesInput
impl ListCuratedEnvironmentImagesInput
sourcepub fn builder() -> ListCuratedEnvironmentImagesInputBuilder
pub fn builder() -> ListCuratedEnvironmentImagesInputBuilder
Creates a new builder-style object to manufacture ListCuratedEnvironmentImagesInput
.
Trait Implementations§
source§impl Clone for ListCuratedEnvironmentImagesInput
impl Clone for ListCuratedEnvironmentImagesInput
source§fn clone(&self) -> ListCuratedEnvironmentImagesInput
fn clone(&self) -> ListCuratedEnvironmentImagesInput
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 PartialEq for ListCuratedEnvironmentImagesInput
impl PartialEq for ListCuratedEnvironmentImagesInput
source§fn eq(&self, other: &ListCuratedEnvironmentImagesInput) -> bool
fn eq(&self, other: &ListCuratedEnvironmentImagesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListCuratedEnvironmentImagesInput
Auto Trait Implementations§
impl Freeze for ListCuratedEnvironmentImagesInput
impl RefUnwindSafe for ListCuratedEnvironmentImagesInput
impl Send for ListCuratedEnvironmentImagesInput
impl Sync for ListCuratedEnvironmentImagesInput
impl Unpin for ListCuratedEnvironmentImagesInput
impl UnwindSafe for ListCuratedEnvironmentImagesInput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.