kvarn::csp

Struct ComputedRule

source
pub struct ComputedRule(pub Rule, _);
Expand description

A rule with the HeaderValue precomputed (unless you’re using nonce).

Tuple Fields§

§0: Rule

Trait Implementations§

source§

impl Clone for ComputedRule

source§

fn clone(&self) -> ComputedRule

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source.