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<'de> Deserialize<'de> for PolicySource
impl<'de> Deserialize<'de> for PolicySource
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for PolicySource
impl PartialEq 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 ==
.source§impl Serialize for PolicySource
impl Serialize for PolicySource
impl Copy for PolicySource
impl Eq for PolicySource
impl StructuralPartialEq for PolicySource
Auto Trait Implementations§
impl Freeze for PolicySource
impl RefUnwindSafe for PolicySource
impl Send for PolicySource
impl Sync for PolicySource
impl Unpin for PolicySource
impl UnwindSafe for PolicySource
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