pub struct ExceptionThrownEventParams {
pub timestamp: Timestamp,
pub exception_details: ExceptionDetails,
}Fields§
§timestamp: Timestamp§exception_details: ExceptionDetailsTrait Implementations§
Source§impl Clone for ExceptionThrownEventParams
impl Clone for ExceptionThrownEventParams
Source§fn clone(&self) -> ExceptionThrownEventParams
fn clone(&self) -> ExceptionThrownEventParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExceptionThrownEventParams
impl Debug for ExceptionThrownEventParams
Source§impl<'de> Deserialize<'de> for ExceptionThrownEventParams
impl<'de> Deserialize<'de> for ExceptionThrownEventParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ExceptionThrownEventParams
Auto Trait Implementations§
impl Freeze for ExceptionThrownEventParams
impl RefUnwindSafe for ExceptionThrownEventParams
impl Send for ExceptionThrownEventParams
impl Sync for ExceptionThrownEventParams
impl Unpin for ExceptionThrownEventParams
impl UnwindSafe for ExceptionThrownEventParams
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