pub struct EventAttributes {
pub timestamp: Option<String>,
pub attributes: Option<EventInnerAttributes>,
pub tags: Option<Vec<String>>,
pub message: Option<String>,
pub other: Option<Map<String, Value>>,
}Fields§
§timestamp: Option<String>§attributes: Option<EventInnerAttributes>§message: Option<String>§other: Option<Map<String, Value>>Trait Implementations§
Source§impl Debug for EventAttributes
impl Debug for EventAttributes
Source§impl<'de> Deserialize<'de> for EventAttributes
impl<'de> Deserialize<'de> for EventAttributes
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
Auto Trait Implementations§
impl Freeze for EventAttributes
impl RefUnwindSafe for EventAttributes
impl Send for EventAttributes
impl Sync for EventAttributes
impl Unpin for EventAttributes
impl UnwindSafe for EventAttributes
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