Struct taxy_api::log::SystemLogRow
source · pub struct SystemLogRow {
pub timestamp: OffsetDateTime,
pub level: u8,
pub resource_id: String,
pub message: String,
pub fields: HashMap<String, String>,
}Fields§
§timestamp: OffsetDateTime§level: u8§resource_id: String§message: String§fields: HashMap<String, String>Trait Implementations§
source§impl Serialize for SystemLogRow
impl Serialize for SystemLogRow
Auto Trait Implementations§
impl RefUnwindSafe for SystemLogRow
impl Send for SystemLogRow
impl Sync for SystemLogRow
impl Unpin for SystemLogRow
impl UnwindSafe for SystemLogRow
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