pub struct LogVariablesImpl;
Trait Implementations§
Source§impl LogVariables for LogVariablesImpl
Implementation of the LogVariables
trait for the LogVariablesImpl
struct.
impl LogVariables for LogVariablesImpl
Implementation of the LogVariables
trait for the LogVariablesImpl
struct.
Source§fn log_level(&self) -> &Mutex<LogLevel>
fn log_level(&self) -> &Mutex<LogLevel>
Implementation of the LogVariables
trait for the LogVariablesImpl
struct.
This implementation provides a log_level
method that returns a reference to the
LOG_LEVEL
static variable, which contains the current log level.
Returns a reference to the LOG_LEVEL
static variable, which contains the current
log level.
Auto Trait Implementations§
impl Freeze for LogVariablesImpl
impl RefUnwindSafe for LogVariablesImpl
impl Send for LogVariablesImpl
impl Sync for LogVariablesImpl
impl Unpin for LogVariablesImpl
impl UnwindSafe for LogVariablesImpl
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