pub struct DataCollectedEvent {
pub value: Vec<Value>,
}Expand description
Event: Tracing.dataCollected
Contains a bucket of collected trace events.
Fields§
§value: Vec<Value>Collected trace events.
Trait Implementations§
Source§impl Clone for DataCollectedEvent
impl Clone for DataCollectedEvent
Source§fn clone(&self) -> DataCollectedEvent
fn clone(&self) -> DataCollectedEvent
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 DataCollectedEvent
impl Debug for DataCollectedEvent
Source§impl<'de> Deserialize<'de> for DataCollectedEvent
impl<'de> Deserialize<'de> for DataCollectedEvent
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 DataCollectedEvent
impl RefUnwindSafe for DataCollectedEvent
impl Send for DataCollectedEvent
impl Sync for DataCollectedEvent
impl Unpin for DataCollectedEvent
impl UnwindSafe for DataCollectedEvent
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