Struct aws_sdk_ec2::types::DeleteFleetErrorItem
source · #[non_exhaustive]pub struct DeleteFleetErrorItem { /* private fields */ }
Expand description
Describes an EC2 Fleet that was not successfully deleted.
Implementations§
source§impl DeleteFleetErrorItem
impl DeleteFleetErrorItem
sourcepub fn builder() -> DeleteFleetErrorItemBuilder
pub fn builder() -> DeleteFleetErrorItemBuilder
Creates a new builder-style object to manufacture DeleteFleetErrorItem
.
Trait Implementations§
source§impl Clone for DeleteFleetErrorItem
impl Clone for DeleteFleetErrorItem
source§fn clone(&self) -> DeleteFleetErrorItem
fn clone(&self) -> DeleteFleetErrorItem
Returns a copy 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 Debug for DeleteFleetErrorItem
impl Debug for DeleteFleetErrorItem
source§impl PartialEq<DeleteFleetErrorItem> for DeleteFleetErrorItem
impl PartialEq<DeleteFleetErrorItem> for DeleteFleetErrorItem
source§fn eq(&self, other: &DeleteFleetErrorItem) -> bool
fn eq(&self, other: &DeleteFleetErrorItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteFleetErrorItem
Auto Trait Implementations§
impl RefUnwindSafe for DeleteFleetErrorItem
impl Send for DeleteFleetErrorItem
impl Sync for DeleteFleetErrorItem
impl Unpin for DeleteFleetErrorItem
impl UnwindSafe for DeleteFleetErrorItem
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