pub struct NewEvent {
pub time: DateTime<Utc>,
pub span: Option<NonZeroU64>,
pub target: String,
pub priority: Level,
pub records: Vec<FieldValueOwned>,
}Fields§
§time: DateTime<Utc>§span: Option<NonZeroU64>§target: String§priority: Level§records: Vec<FieldValueOwned>Implementations§
Auto Trait Implementations§
impl Freeze for NewEvent
impl RefUnwindSafe for NewEvent
impl Send for NewEvent
impl Sync for NewEvent
impl Unpin for NewEvent
impl UnsafeUnpin for NewEvent
impl UnwindSafe for NewEvent
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