pub struct InternalErrorReport {
pub source: InternalErrorSource,
pub error_message: String,
pub context: Option<String>,
pub timestamp: DateTime<Utc>,
}Fields§
§source: InternalErrorSource§error_message: String§context: Option<String>§timestamp: DateTime<Utc>Trait Implementations§
Auto Trait Implementations§
impl Freeze for InternalErrorReport
impl RefUnwindSafe for InternalErrorReport
impl Send for InternalErrorReport
impl Sync for InternalErrorReport
impl Unpin for InternalErrorReport
impl UnwindSafe for InternalErrorReport
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