pub struct NotAnonymous;Expand description
An authorizer which rejects UserInformation::Anonymous identities.
Trait Implementations§
Source§impl Authorizer for NotAnonymous
impl Authorizer for NotAnonymous
Try to authorize an operation. Read more
Auto Trait Implementations§
impl Freeze for NotAnonymous
impl RefUnwindSafe for NotAnonymous
impl Send for NotAnonymous
impl Sync for NotAnonymous
impl Unpin for NotAnonymous
impl UnwindSafe for NotAnonymous
Blanket Implementations§
Source§impl<A> AuthorizerExt for Awhere
A: Authorizer,
impl<A> AuthorizerExt for Awhere
A: Authorizer,
fn or_else(self, outcome: Outcome) -> OrElseAuthorizer<Self>
fn or_else_allow(self) -> OrElseAuthorizer<Self>
fn or_else_deny(self) -> OrElseAuthorizer<Self>
fn into_not_found<F>(self, f: F) -> IntoNotFound<Self, F>
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