pub struct DenyAll;Expand description
Authorization handler that rejects all requests with 403 Forbidden.
Trait Implementations§
Source§impl AuthHandler for DenyAll
impl AuthHandler for DenyAll
Checks if the request from
remote_id should be authorized. Read moreAuto Trait Implementations§
impl Freeze for DenyAll
impl RefUnwindSafe for DenyAll
impl Send for DenyAll
impl Sync for DenyAll
impl Unpin for DenyAll
impl UnsafeUnpin for DenyAll
impl UnwindSafe for DenyAll
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