pub struct SecurityHeadersValidator;Expand description
Validate security headers
Implementations§
Auto Trait Implementations§
impl Freeze for SecurityHeadersValidator
impl RefUnwindSafe for SecurityHeadersValidator
impl Send for SecurityHeadersValidator
impl Sync for SecurityHeadersValidator
impl Unpin for SecurityHeadersValidator
impl UnwindSafe for SecurityHeadersValidator
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