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
sourceimpl DeleteFleetErrorItem
impl DeleteFleetErrorItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteFleetErrorItem
.
Trait Implementations
sourceimpl Clone for DeleteFleetErrorItem
impl Clone for DeleteFleetErrorItem
sourcefn clone(&self) -> DeleteFleetErrorItem
fn clone(&self) -> DeleteFleetErrorItem
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeleteFleetErrorItem
impl Debug for DeleteFleetErrorItem
sourceimpl PartialEq<DeleteFleetErrorItem> for DeleteFleetErrorItem
impl PartialEq<DeleteFleetErrorItem> for DeleteFleetErrorItem
sourcefn eq(&self, other: &DeleteFleetErrorItem) -> bool
fn eq(&self, other: &DeleteFleetErrorItem) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more