pub struct AcceptAll;Expand description
Authorization handler that accepts all requests unconditionally.
Suitable for testing or when authorization is handled elsewhere.
Trait Implementations§
Source§impl AuthHandler for AcceptAll
impl AuthHandler for AcceptAll
Checks if the request from
remote_id should be authorized. Read moreAuto Trait Implementations§
impl Freeze for AcceptAll
impl RefUnwindSafe for AcceptAll
impl Send for AcceptAll
impl Sync for AcceptAll
impl Unpin for AcceptAll
impl UnsafeUnpin for AcceptAll
impl UnwindSafe for AcceptAll
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