pub enum ViolationResource {
Url(Url),
Inline {
report_sample: bool,
},
}Expand description
violation information
https://www.w3.org/TR/CSP/#violation
Variants§
Trait Implementations§
source§impl Clone for ViolationResource
impl Clone for ViolationResource
source§fn clone(&self) -> ViolationResource
fn clone(&self) -> ViolationResource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more