Struct aws_sdk_ec2::output::CreatePlacementGroupOutput
source · [−]#[non_exhaustive]pub struct CreatePlacementGroupOutput { /* private fields */ }
Implementations
sourceimpl CreatePlacementGroupOutput
impl CreatePlacementGroupOutput
sourcepub fn placement_group(&self) -> Option<&PlacementGroup>
pub fn placement_group(&self) -> Option<&PlacementGroup>
Describes a placement group.
sourceimpl CreatePlacementGroupOutput
impl CreatePlacementGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePlacementGroupOutput
.
Trait Implementations
sourceimpl Clone for CreatePlacementGroupOutput
impl Clone for CreatePlacementGroupOutput
sourcefn clone(&self) -> CreatePlacementGroupOutput
fn clone(&self) -> CreatePlacementGroupOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CreatePlacementGroupOutput
impl Debug for CreatePlacementGroupOutput
sourceimpl PartialEq<CreatePlacementGroupOutput> for CreatePlacementGroupOutput
impl PartialEq<CreatePlacementGroupOutput> for CreatePlacementGroupOutput
sourcefn eq(&self, other: &CreatePlacementGroupOutput) -> bool
fn eq(&self, other: &CreatePlacementGroupOutput) -> bool
impl StructuralPartialEq for CreatePlacementGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for CreatePlacementGroupOutput
impl Send for CreatePlacementGroupOutput
impl Sync for CreatePlacementGroupOutput
impl Unpin for CreatePlacementGroupOutput
impl UnwindSafe for CreatePlacementGroupOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more