pub enum DeleteFleetsError {}Expand description
Errors returned by DeleteFleets
Implementations§
Source§impl DeleteFleetsError
impl DeleteFleetsError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<DeleteFleetsError>
Trait Implementations§
Source§impl Debug for DeleteFleetsError
impl Debug for DeleteFleetsError
Source§impl Display for DeleteFleetsError
impl Display for DeleteFleetsError
Source§impl Error for DeleteFleetsError
impl Error for DeleteFleetsError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for DeleteFleetsError
impl PartialEq for DeleteFleetsError
impl StructuralPartialEq for DeleteFleetsError
Auto Trait Implementations§
impl Freeze for DeleteFleetsError
impl RefUnwindSafe for DeleteFleetsError
impl Send for DeleteFleetsError
impl Sync for DeleteFleetsError
impl Unpin for DeleteFleetsError
impl UnwindSafe for DeleteFleetsError
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