pub struct LoggingService {
pub level: String,
}
Expand description
Logging service for core infrastructure
Fields§
§level: String
Implementations§
Trait Implementations§
Source§impl Debug for LoggingService
impl Debug for LoggingService
Source§impl Default for LoggingService
impl Default for LoggingService
Source§fn default() -> LoggingService
fn default() -> LoggingService
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LoggingService
impl RefUnwindSafe for LoggingService
impl Send for LoggingService
impl Sync for LoggingService
impl Unpin 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