#[non_exhaustive]pub struct CreateCapacityReservationOutput { /* private fields */ }
Implementations
sourceimpl CreateCapacityReservationOutput
impl CreateCapacityReservationOutput
sourcepub fn capacity_reservation(&self) -> Option<&CapacityReservation>
pub fn capacity_reservation(&self) -> Option<&CapacityReservation>
Information about the Capacity Reservation.
sourceimpl CreateCapacityReservationOutput
impl CreateCapacityReservationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCapacityReservationOutput
.
Trait Implementations
sourceimpl Clone for CreateCapacityReservationOutput
impl Clone for CreateCapacityReservationOutput
sourcefn clone(&self) -> CreateCapacityReservationOutput
fn clone(&self) -> CreateCapacityReservationOutput
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 PartialEq<CreateCapacityReservationOutput> for CreateCapacityReservationOutput
impl PartialEq<CreateCapacityReservationOutput> for CreateCapacityReservationOutput
sourcefn eq(&self, other: &CreateCapacityReservationOutput) -> bool
fn eq(&self, other: &CreateCapacityReservationOutput) -> bool
impl StructuralPartialEq for CreateCapacityReservationOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateCapacityReservationOutput
impl Send for CreateCapacityReservationOutput
impl Sync for CreateCapacityReservationOutput
impl Unpin for CreateCapacityReservationOutput
impl UnwindSafe for CreateCapacityReservationOutput
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