pub enum DriverOutputSource {
Stdout,
Stderr,
}Expand description
The browser-driver output stream source.
Variants§
Trait Implementations§
Source§impl Clone for DriverOutputSource
impl Clone for DriverOutputSource
Source§fn clone(&self) -> DriverOutputSource
fn clone(&self) -> DriverOutputSource
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 DriverOutputSource
impl Debug for DriverOutputSource
Source§impl Hash for DriverOutputSource
impl Hash for DriverOutputSource
Source§impl PartialEq for DriverOutputSource
impl PartialEq for DriverOutputSource
Source§fn eq(&self, other: &DriverOutputSource) -> bool
fn eq(&self, other: &DriverOutputSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DriverOutputSource
impl Eq for DriverOutputSource
impl StructuralPartialEq for DriverOutputSource
Auto Trait Implementations§
impl Freeze for DriverOutputSource
impl RefUnwindSafe for DriverOutputSource
impl Send for DriverOutputSource
impl Sync for DriverOutputSource
impl Unpin for DriverOutputSource
impl UnsafeUnpin for DriverOutputSource
impl UnwindSafe for DriverOutputSource
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§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.