pub struct LoggingService {
pub min_log_level: LevelFilter,
}Fields§
§min_log_level: LevelFilterTrait Implementations§
Source§impl Log for LoggingService
impl Log for LoggingService
Auto Trait Implementations§
impl Freeze for LoggingService
impl RefUnwindSafe for LoggingService
impl Send for LoggingService
impl Sync for LoggingService
impl Unpin for LoggingService
impl UnsafeUnpin for LoggingService
impl UnwindSafe for LoggingService
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