pub struct LogFormat {
pub info: String,
pub error: String,
pub default: String,
pub warning: String,
pub critical: String,
pub extensions: LogFormatExt,
}
Fields§
§info: String
§error: String
§default: String
§warning: String
§critical: String
§extensions: LogFormatExt
Auto Trait Implementations§
impl RefUnwindSafe for LogFormat
impl Send for LogFormat
impl Sync for LogFormat
impl Unpin for LogFormat
impl UnwindSafe for LogFormat
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