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
impl Clone for ComputedRule
source§fn clone(&self) -> ComputedRule
fn clone(&self) -> ComputedRule
Returns a copy of the value. Read more