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