pub enum DescribeFleetHistoryError {}Expand description
Errors returned by DescribeFleetHistory
Implementations§
Source§impl DescribeFleetHistoryError
impl DescribeFleetHistoryError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<DescribeFleetHistoryError>
Trait Implementations§
Source§impl Debug for DescribeFleetHistoryError
impl Debug for DescribeFleetHistoryError
Source§impl Display for DescribeFleetHistoryError
impl Display for DescribeFleetHistoryError
Source§impl Error for DescribeFleetHistoryError
impl Error for DescribeFleetHistoryError
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()
impl StructuralPartialEq for DescribeFleetHistoryError
Auto Trait Implementations§
impl Freeze for DescribeFleetHistoryError
impl RefUnwindSafe for DescribeFleetHistoryError
impl Send for DescribeFleetHistoryError
impl Sync for DescribeFleetHistoryError
impl Unpin for DescribeFleetHistoryError
impl UnwindSafe for DescribeFleetHistoryError
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