pub enum ClientMode {
Ui,
Automation,
Test,
}Variants§
Implementations§
Source§impl ClientMode
impl ClientMode
pub fn control_options(self) -> ControlOptions
pub fn probe_options(self) -> ProbeOptions
pub fn log_level_hint(self) -> &'static str
Trait Implementations§
Source§impl Clone for ClientMode
impl Clone for ClientMode
Source§fn clone(&self) -> ClientMode
fn clone(&self) -> ClientMode
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 ClientMode
Source§impl Debug for ClientMode
impl Debug for ClientMode
impl Eq for ClientMode
Source§impl PartialEq for ClientMode
impl PartialEq for ClientMode
Source§fn eq(&self, other: &ClientMode) -> bool
fn eq(&self, other: &ClientMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientMode
Auto Trait Implementations§
impl Freeze for ClientMode
impl RefUnwindSafe for ClientMode
impl Send for ClientMode
impl Sync for ClientMode
impl Unpin for ClientMode
impl UnsafeUnpin for ClientMode
impl UnwindSafe for ClientMode
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