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