Struct logger_rust::config::LogVariablesImpl
source · pub struct LogVariablesImpl;
Trait Implementations§
source§impl LogVariables for LogVariablesImpl
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 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