pub struct DeleteFleetErrorItem {
pub error: Option<DeleteFleetError>,
pub fleet_id: Option<String>,
}Expand description
Describes an EC2 Fleet that was not successfully deleted.
Fields§
§error: Option<DeleteFleetError>The error.
fleet_id: Option<String>The ID of the EC2 Fleet.
Trait Implementations§
Source§impl Clone for DeleteFleetErrorItem
impl Clone for DeleteFleetErrorItem
Source§fn clone(&self) -> DeleteFleetErrorItem
fn clone(&self) -> DeleteFleetErrorItem
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 Debug for DeleteFleetErrorItem
impl Debug for DeleteFleetErrorItem
Source§impl Default for DeleteFleetErrorItem
impl Default for DeleteFleetErrorItem
Source§fn default() -> DeleteFleetErrorItem
fn default() -> DeleteFleetErrorItem
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteFleetErrorItem
impl PartialEq for DeleteFleetErrorItem
impl StructuralPartialEq for DeleteFleetErrorItem
Auto Trait Implementations§
impl Freeze for DeleteFleetErrorItem
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