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