Struct aws_sdk_redshift::model::SupportedPlatform
source · #[non_exhaustive]pub struct SupportedPlatform { /* private fields */ }
Expand description
A list of supported platforms for orderable clusters.
Implementations§
source§impl SupportedPlatform
impl SupportedPlatform
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SupportedPlatform
.
Trait Implementations§
source§impl Clone for SupportedPlatform
impl Clone for SupportedPlatform
source§fn clone(&self) -> SupportedPlatform
fn clone(&self) -> SupportedPlatform
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 SupportedPlatform
impl Debug for SupportedPlatform
source§impl PartialEq<SupportedPlatform> for SupportedPlatform
impl PartialEq<SupportedPlatform> for SupportedPlatform
source§fn eq(&self, other: &SupportedPlatform) -> bool
fn eq(&self, other: &SupportedPlatform) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.