pub struct ListCuratedEnvironmentImagesOutput {
pub platforms: Option<Vec<EnvironmentPlatform>>,
}Fields§
§platforms: Option<Vec<EnvironmentPlatform>>Information about supported platforms for Docker images that are managed by AWS CodeBuild.
Trait Implementations§
Source§impl Clone for ListCuratedEnvironmentImagesOutput
impl Clone for ListCuratedEnvironmentImagesOutput
Source§fn clone(&self) -> ListCuratedEnvironmentImagesOutput
fn clone(&self) -> ListCuratedEnvironmentImagesOutput
Returns a duplicate 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 Default for ListCuratedEnvironmentImagesOutput
impl Default for ListCuratedEnvironmentImagesOutput
Source§fn default() -> ListCuratedEnvironmentImagesOutput
fn default() -> ListCuratedEnvironmentImagesOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListCuratedEnvironmentImagesOutput
impl<'de> Deserialize<'de> for ListCuratedEnvironmentImagesOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ListCuratedEnvironmentImagesOutput
impl PartialEq for ListCuratedEnvironmentImagesOutput
Source§fn eq(&self, other: &ListCuratedEnvironmentImagesOutput) -> bool
fn eq(&self, other: &ListCuratedEnvironmentImagesOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListCuratedEnvironmentImagesOutput
Auto Trait Implementations§
impl Freeze for ListCuratedEnvironmentImagesOutput
impl RefUnwindSafe for ListCuratedEnvironmentImagesOutput
impl Send for ListCuratedEnvironmentImagesOutput
impl Sync for ListCuratedEnvironmentImagesOutput
impl Unpin for ListCuratedEnvironmentImagesOutput
impl UnwindSafe for ListCuratedEnvironmentImagesOutput
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