pub struct CreateCapacityProviderResponse {
pub capacity_provider: Option<CapacityProvider>,
}
Fields§
§capacity_provider: Option<CapacityProvider>
The full description of the new capacity provider.
Trait Implementations§
Source§impl Clone for CreateCapacityProviderResponse
impl Clone for CreateCapacityProviderResponse
Source§fn clone(&self) -> CreateCapacityProviderResponse
fn clone(&self) -> CreateCapacityProviderResponse
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 CreateCapacityProviderResponse
impl Default for CreateCapacityProviderResponse
Source§fn default() -> CreateCapacityProviderResponse
fn default() -> CreateCapacityProviderResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateCapacityProviderResponse
impl<'de> Deserialize<'de> for CreateCapacityProviderResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateCapacityProviderResponse
impl PartialEq for CreateCapacityProviderResponse
Source§fn eq(&self, other: &CreateCapacityProviderResponse) -> bool
fn eq(&self, other: &CreateCapacityProviderResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateCapacityProviderResponse
Auto Trait Implementations§
impl Freeze for CreateCapacityProviderResponse
impl RefUnwindSafe for CreateCapacityProviderResponse
impl Send for CreateCapacityProviderResponse
impl Sync for CreateCapacityProviderResponse
impl Unpin for CreateCapacityProviderResponse
impl UnwindSafe for CreateCapacityProviderResponse
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