Struct aws_sdk_ec2::model::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() -> Builder
pub fn builder() -> Builder
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 ==
.