pub struct ErrorsIntakePayload {
pub timestamp: u64,
pub ddsource: String,
pub ddtags: String,
pub error: ErrorObject,
pub trace_id: Option<String>,
pub os_info: OsInfo,
pub sig_info: Option<SigInfo>,
}Fields§
§timestamp: u64§ddsource: String§error: ErrorObject§trace_id: Option<String>§os_info: OsInfo§sig_info: Option<SigInfo>Implementations§
Trait Implementations§
Source§impl Debug for ErrorsIntakePayload
impl Debug for ErrorsIntakePayload
Auto Trait Implementations§
impl Freeze for ErrorsIntakePayload
impl RefUnwindSafe for ErrorsIntakePayload
impl Send for ErrorsIntakePayload
impl Sync for ErrorsIntakePayload
impl Unpin for ErrorsIntakePayload
impl UnsafeUnpin for ErrorsIntakePayload
impl UnwindSafe for ErrorsIntakePayload
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