pub enum EdgeCookiePolicy {
BlockAll,
BlockThirdParty,
Allow,
UserDefined,
}
Variants§
Trait Implementations§
Source§impl Clone for EdgeCookiePolicy
impl Clone for EdgeCookiePolicy
Source§fn clone(&self) -> EdgeCookiePolicy
fn clone(&self) -> EdgeCookiePolicy
Returns a duplicate 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 EdgeCookiePolicy
impl Debug for EdgeCookiePolicy
Source§impl<'de> Deserialize<'de> for EdgeCookiePolicy
impl<'de> Deserialize<'de> for EdgeCookiePolicy
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 Hash for EdgeCookiePolicy
impl Hash for EdgeCookiePolicy
Source§impl Ord for EdgeCookiePolicy
impl Ord for EdgeCookiePolicy
Source§fn cmp(&self, other: &EdgeCookiePolicy) -> Ordering
fn cmp(&self, other: &EdgeCookiePolicy) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EdgeCookiePolicy
impl PartialEq for EdgeCookiePolicy
Source§impl PartialOrd for EdgeCookiePolicy
impl PartialOrd for EdgeCookiePolicy
Source§impl Serialize for EdgeCookiePolicy
impl Serialize for EdgeCookiePolicy
impl Eq for EdgeCookiePolicy
impl StructuralPartialEq for EdgeCookiePolicy
Auto Trait Implementations§
impl Freeze for EdgeCookiePolicy
impl RefUnwindSafe for EdgeCookiePolicy
impl Send for EdgeCookiePolicy
impl Sync for EdgeCookiePolicy
impl Unpin for EdgeCookiePolicy
impl UnwindSafe for EdgeCookiePolicy
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