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