pub struct LoggerConfig {
pub level: LogLevel,
pub scopes: Option<Vec<MiddlewareScope>>,
pub transport: Option<LogTransport>,
pub timing: bool,
pub prefix: String,
}Fields§
§level: LogLevel§scopes: Option<Vec<MiddlewareScope>>§transport: Option<LogTransport>§timing: bool§prefix: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for LoggerConfig
impl !RefUnwindSafe for LoggerConfig
impl Send for LoggerConfig
impl Sync for LoggerConfig
impl Unpin for LoggerConfig
impl UnsafeUnpin for LoggerConfig
impl !UnwindSafe for LoggerConfig
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