pub struct LogRecord {
pub provider: Option<Provider>,
pub timestamp: i64,
pub process: ProcessKoid,
pub thread: ThreadKoid,
pub message: FlyStr,
}
Fields§
§provider: Option<Provider>
§timestamp: i64
§process: ProcessKoid
§thread: ThreadKoid
§message: FlyStr
Trait Implementations§
impl StructuralPartialEq for LogRecord
Auto Trait Implementations§
impl Freeze for LogRecord
impl RefUnwindSafe for LogRecord
impl Send for LogRecord
impl Sync for LogRecord
impl Unpin for LogRecord
impl UnwindSafe for LogRecord
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