pub struct DeleteCapacityProviderRequest {
pub capacity_provider: String,
}
Fields§
§capacity_provider: String
The short name or full Amazon Resource Name (ARN) of the capacity provider to delete.
Trait Implementations§
Source§impl Clone for DeleteCapacityProviderRequest
impl Clone for DeleteCapacityProviderRequest
Source§fn clone(&self) -> DeleteCapacityProviderRequest
fn clone(&self) -> DeleteCapacityProviderRequest
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 DeleteCapacityProviderRequest
impl Default for DeleteCapacityProviderRequest
Source§fn default() -> DeleteCapacityProviderRequest
fn default() -> DeleteCapacityProviderRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteCapacityProviderRequest
impl PartialEq for DeleteCapacityProviderRequest
Source§fn eq(&self, other: &DeleteCapacityProviderRequest) -> bool
fn eq(&self, other: &DeleteCapacityProviderRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteCapacityProviderRequest
Auto Trait Implementations§
impl Freeze for DeleteCapacityProviderRequest
impl RefUnwindSafe for DeleteCapacityProviderRequest
impl Send for DeleteCapacityProviderRequest
impl Sync for DeleteCapacityProviderRequest
impl Unpin for DeleteCapacityProviderRequest
impl UnwindSafe for DeleteCapacityProviderRequest
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