pub struct CredentialRefused;Expand description
A credential was supplied and did not verify.
Distinct from “no credential”, which is Principal::Anyone and may still
be granted access — the whole point of the distinction is that a supplied
credential never silently downgrades.
Trait Implementations§
Source§impl Clone for CredentialRefused
impl Clone for CredentialRefused
impl Copy for CredentialRefused
Source§impl Debug for CredentialRefused
impl Debug for CredentialRefused
impl Eq for CredentialRefused
Source§impl PartialEq for CredentialRefused
impl PartialEq for CredentialRefused
impl StructuralPartialEq for CredentialRefused
Auto Trait Implementations§
impl Freeze for CredentialRefused
impl RefUnwindSafe for CredentialRefused
impl Send for CredentialRefused
impl Sync for CredentialRefused
impl Unpin for CredentialRefused
impl UnsafeUnpin for CredentialRefused
impl UnwindSafe for CredentialRefused
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