pub enum BrowserFamily {
Chromium,
Firefox,
Safari,
}Expand description
Browser engine family.
Variants§
Trait Implementations§
Source§impl Clone for BrowserFamily
impl Clone for BrowserFamily
Source§fn clone(&self) -> BrowserFamily
fn clone(&self) -> BrowserFamily
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BrowserFamily
impl Debug for BrowserFamily
Source§impl<'de> Deserialize<'de> for BrowserFamily
impl<'de> Deserialize<'de> for BrowserFamily
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 Display for BrowserFamily
impl Display for BrowserFamily
impl Eq for BrowserFamily
Source§impl Hash for BrowserFamily
impl Hash for BrowserFamily
Source§impl PartialEq for BrowserFamily
impl PartialEq for BrowserFamily
Source§fn eq(&self, other: &BrowserFamily) -> bool
fn eq(&self, other: &BrowserFamily) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BrowserFamily
impl Serialize for BrowserFamily
impl StructuralPartialEq for BrowserFamily
Auto Trait Implementations§
impl Freeze for BrowserFamily
impl RefUnwindSafe for BrowserFamily
impl Send for BrowserFamily
impl Sync for BrowserFamily
impl Unpin for BrowserFamily
impl UnsafeUnpin for BrowserFamily
impl UnwindSafe for BrowserFamily
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