pub struct CreateCapacityReservationResult {
pub capacity_reservation: Option<CapacityReservation>,
}Fields§
§capacity_reservation: Option<CapacityReservation>Information about the Capacity Reservation.
Trait Implementations§
Source§impl Clone for CreateCapacityReservationResult
impl Clone for CreateCapacityReservationResult
Source§fn clone(&self) -> CreateCapacityReservationResult
fn clone(&self) -> CreateCapacityReservationResult
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 CreateCapacityReservationResult
impl Default for CreateCapacityReservationResult
Source§fn default() -> CreateCapacityReservationResult
fn default() -> CreateCapacityReservationResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateCapacityReservationResult
impl PartialEq for CreateCapacityReservationResult
Source§fn eq(&self, other: &CreateCapacityReservationResult) -> bool
fn eq(&self, other: &CreateCapacityReservationResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateCapacityReservationResult
Auto Trait Implementations§
impl Freeze for CreateCapacityReservationResult
impl RefUnwindSafe for CreateCapacityReservationResult
impl Send for CreateCapacityReservationResult
impl Sync for CreateCapacityReservationResult
impl Unpin for CreateCapacityReservationResult
impl UnwindSafe for CreateCapacityReservationResult
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