pub enum PolicySource {
Header,
Meta,
}Expand description
https://www.w3.org/TR/CSP/#policy-source
Variants§
Trait Implementations§
source§impl Clone for PolicySource
impl Clone for PolicySource
source§fn clone(&self) -> PolicySource
fn clone(&self) -> PolicySource
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 moresource§impl Debug for PolicySource
impl Debug for PolicySource
source§impl PartialEq<PolicySource> for PolicySource
impl PartialEq<PolicySource> for PolicySource
source§fn eq(&self, other: &PolicySource) -> bool
fn eq(&self, other: &PolicySource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.