#[non_exhaustive]pub struct DescribePlacementOutput { /* private fields */ }Implementations§
source§impl DescribePlacementOutput
impl DescribePlacementOutput
sourcepub fn placement(&self) -> Option<&PlacementDescription>
pub fn placement(&self) -> Option<&PlacementDescription>
An object describing the placement.
source§impl DescribePlacementOutput
impl DescribePlacementOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribePlacementOutput.
Trait Implementations§
source§impl Clone for DescribePlacementOutput
impl Clone for DescribePlacementOutput
source§fn clone(&self) -> DescribePlacementOutput
fn clone(&self) -> DescribePlacementOutput
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 DescribePlacementOutput
impl Debug for DescribePlacementOutput
source§impl PartialEq<DescribePlacementOutput> for DescribePlacementOutput
impl PartialEq<DescribePlacementOutput> for DescribePlacementOutput
source§fn eq(&self, other: &DescribePlacementOutput) -> bool
fn eq(&self, other: &DescribePlacementOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.