pub enum FirefoxProfileLogDriver {
Debug,
Info,
Warning,
Error,
Off,
}
Variants§
Trait Implementations§
Source§impl Clone for FirefoxProfileLogDriver
impl Clone for FirefoxProfileLogDriver
Source§fn clone(&self) -> FirefoxProfileLogDriver
fn clone(&self) -> FirefoxProfileLogDriver
Returns a copy 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 FirefoxProfileLogDriver
impl Debug for FirefoxProfileLogDriver
Auto Trait Implementations§
impl Freeze for FirefoxProfileLogDriver
impl RefUnwindSafe for FirefoxProfileLogDriver
impl Send for FirefoxProfileLogDriver
impl Sync for FirefoxProfileLogDriver
impl Unpin for FirefoxProfileLogDriver
impl UnwindSafe for FirefoxProfileLogDriver
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