pub struct LoggerParams {
pub log: String,
pub level: String,
pub capacity: u64,
pub json: bool,
}Expand description
Parameters for logger configuration
Fields§
§log: String§level: String§capacity: u64§json: boolTrait Implementations§
Source§impl Debug for LoggerParams
impl Debug for LoggerParams
Source§impl Default for LoggerParams
impl Default for LoggerParams
Source§fn default() -> LoggerParams
fn default() -> LoggerParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LoggerParams
impl RefUnwindSafe for LoggerParams
impl Send for LoggerParams
impl Sync for LoggerParams
impl Unpin for LoggerParams
impl UnwindSafe for LoggerParams
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