pub struct DenyAllHandler;Expand description
A PermissionHandler that denies every request.
Trait Implementations§
Source§impl Clone for DenyAllHandler
impl Clone for DenyAllHandler
Source§fn clone(&self) -> DenyAllHandler
fn clone(&self) -> DenyAllHandler
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DenyAllHandler
impl Debug for DenyAllHandler
Source§impl PermissionHandler for DenyAllHandler
impl PermissionHandler for DenyAllHandler
Auto Trait Implementations§
impl Freeze for DenyAllHandler
impl RefUnwindSafe for DenyAllHandler
impl Send for DenyAllHandler
impl Sync for DenyAllHandler
impl Unpin for DenyAllHandler
impl UnsafeUnpin for DenyAllHandler
impl UnwindSafe for DenyAllHandler
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