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