pub enum BrowserEngine {
Chromiumoxide,
}Expand description
Browser engine type
Variants§
Chromiumoxide
Chromiumoxide engine (default)
Trait Implementations§
Source§impl Clone for BrowserEngine
impl Clone for BrowserEngine
Source§fn clone(&self) -> BrowserEngine
fn clone(&self) -> BrowserEngine
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 moreimpl Copy for BrowserEngine
Source§impl Debug for BrowserEngine
impl Debug for BrowserEngine
Source§impl Default for BrowserEngine
impl Default for BrowserEngine
Source§fn default() -> BrowserEngine
fn default() -> BrowserEngine
Returns the “default value” for a type. Read more
Source§impl Display for BrowserEngine
impl Display for BrowserEngine
impl Eq for BrowserEngine
Source§impl FromStr for BrowserEngine
impl FromStr for BrowserEngine
Source§impl PartialEq for BrowserEngine
impl PartialEq for BrowserEngine
Source§fn eq(&self, other: &BrowserEngine) -> bool
fn eq(&self, other: &BrowserEngine) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BrowserEngine
Auto Trait Implementations§
impl Freeze for BrowserEngine
impl RefUnwindSafe for BrowserEngine
impl Send for BrowserEngine
impl Sync for BrowserEngine
impl Unpin for BrowserEngine
impl UnsafeUnpin for BrowserEngine
impl UnwindSafe for BrowserEngine
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.