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 · 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 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
Source§impl FromStr for BrowserEngine
impl FromStr for BrowserEngine
Source§impl PartialEq for BrowserEngine
impl PartialEq for BrowserEngine
impl Copy for BrowserEngine
impl Eq for BrowserEngine
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
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§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.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.