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