pub struct CheckCtx<'a> {
pub directive: Directive,
pub url: &'a Url,
pub page_origin: &'a Url,
pub nonce: Option<&'a str>,
pub parser_inserted: bool,
}Fields§
§directive: Directive§url: &'a Url§page_origin: &'a Url§nonce: Option<&'a str>§parser_inserted: boolTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for CheckCtx<'a>
impl<'a> RefUnwindSafe for CheckCtx<'a>
impl<'a> Send for CheckCtx<'a>
impl<'a> Sync for CheckCtx<'a>
impl<'a> Unpin for CheckCtx<'a>
impl<'a> UnsafeUnpin for CheckCtx<'a>
impl<'a> UnwindSafe for CheckCtx<'a>
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