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