pub struct FormatArgs<'a> {
pub timestamp: DateTime<Local>,
pub level: Level,
pub level_str: String,
pub target: &'a str,
pub body: String,
pub module: &'a str,
pub file: &'a str,
pub line: String,
}
Fields§
§timestamp: DateTime<Local>
§level: Level
§level_str: String
§target: &'a str
§body: String
§module: &'a str
§file: &'a str
§line: String
Auto Trait Implementations§
impl<'a> Freeze for FormatArgs<'a>
impl<'a> RefUnwindSafe for FormatArgs<'a>
impl<'a> Send for FormatArgs<'a>
impl<'a> Sync for FormatArgs<'a>
impl<'a> Unpin for FormatArgs<'a>
impl<'a> UnwindSafe for FormatArgs<'a>
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