pub struct ModLevelFilterConfig(pub String);
Expand description
Comma-separted list of MODULE=LEVEL key value paris to configure module log level settings
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Clone for ModLevelFilterConfig
impl Clone for ModLevelFilterConfig
Source§fn clone(&self) -> ModLevelFilterConfig
fn clone(&self) -> ModLevelFilterConfig
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 ModLevelFilterConfig
impl Debug for ModLevelFilterConfig
Auto Trait Implementations§
impl Freeze for ModLevelFilterConfig
impl RefUnwindSafe for ModLevelFilterConfig
impl Send for ModLevelFilterConfig
impl Sync for ModLevelFilterConfig
impl Unpin for ModLevelFilterConfig
impl UnwindSafe for ModLevelFilterConfig
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