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