pub enum WebBrowserCookieSettings {
AllowAlways,
AllowFromWebsitesVisited,
AllowCurrentWebSite,
BlockAlways,
BrowserDefault,
}
Variants§
Trait Implementations§
Source§impl Clone for WebBrowserCookieSettings
impl Clone for WebBrowserCookieSettings
Source§fn clone(&self) -> WebBrowserCookieSettings
fn clone(&self) -> WebBrowserCookieSettings
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 WebBrowserCookieSettings
impl Debug for WebBrowserCookieSettings
Source§impl<'de> Deserialize<'de> for WebBrowserCookieSettings
impl<'de> Deserialize<'de> for WebBrowserCookieSettings
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 WebBrowserCookieSettings
impl Hash for WebBrowserCookieSettings
Source§impl Ord for WebBrowserCookieSettings
impl Ord for WebBrowserCookieSettings
Source§fn cmp(&self, other: &WebBrowserCookieSettings) -> Ordering
fn cmp(&self, other: &WebBrowserCookieSettings) -> 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 WebBrowserCookieSettings
impl PartialEq for WebBrowserCookieSettings
Source§impl PartialOrd for WebBrowserCookieSettings
impl PartialOrd for WebBrowserCookieSettings
Source§impl Serialize for WebBrowserCookieSettings
impl Serialize for WebBrowserCookieSettings
impl Eq for WebBrowserCookieSettings
impl StructuralPartialEq for WebBrowserCookieSettings
Auto Trait Implementations§
impl Freeze for WebBrowserCookieSettings
impl RefUnwindSafe for WebBrowserCookieSettings
impl Send for WebBrowserCookieSettings
impl Sync for WebBrowserCookieSettings
impl Unpin for WebBrowserCookieSettings
impl UnwindSafe for WebBrowserCookieSettings
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