pub struct AllowAll;Expand description
An authorizer that allows everything, which is the default.
Trait Implementations§
Source§impl Authorizer for AllowAll
impl Authorizer for AllowAll
Source§fn allows_everything(&self) -> bool
fn allows_everything(&self) -> bool
Reports that nothing this authorizer is asked can be refused.
Allows every action.
impl Copy for AllowAll
Auto Trait Implementations§
impl Freeze for AllowAll
impl RefUnwindSafe for AllowAll
impl Send for AllowAll
impl Sync for AllowAll
impl Unpin for AllowAll
impl UnsafeUnpin for AllowAll
impl UnwindSafe for AllowAll
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