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