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