Struct aws_smithy_http_auth::error::AuthError
source · pub struct AuthError { /* private fields */ }
Expand description
Error for Smithy authentication
Trait Implementations§
source§impl PartialEq<AuthError> for AuthError
impl PartialEq<AuthError> for AuthError
impl Eq for AuthError
impl StructuralEq for AuthError
impl StructuralPartialEq for AuthError
Auto Trait Implementations§
impl RefUnwindSafe for AuthError
impl Send for AuthError
impl Sync for AuthError
impl Unpin for AuthError
impl UnwindSafe for AuthError
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