pub struct PathAuthorizer(/* private fields */);Expand description
A SecFetchAuthorizer that allows requests based on their path
Implementations§
Trait Implementations§
Source§impl SecFetchAuthorizer for PathAuthorizer
impl SecFetchAuthorizer for PathAuthorizer
Authorizes the current request
Auto Trait Implementations§
impl Freeze for PathAuthorizer
impl RefUnwindSafe for PathAuthorizer
impl Send for PathAuthorizer
impl Sync for PathAuthorizer
impl Unpin for PathAuthorizer
impl UnwindSafe for PathAuthorizer
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