pub struct OwnedEventWithSpans {
pub event: OwnedEvent,
pub spans: Option<Vec<Map<String, Value>>>,
}
Expand description
Fields§
§event: OwnedEvent
§spans: Option<Vec<Map<String, Value>>>
Implementations§
Trait Implementations§
Source§impl Clone for OwnedEventWithSpans
impl Clone for OwnedEventWithSpans
Source§fn clone(&self) -> OwnedEventWithSpans
fn clone(&self) -> OwnedEventWithSpans
Returns a copy 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 OwnedEventWithSpans
impl Debug for OwnedEventWithSpans
Auto Trait Implementations§
impl Freeze for OwnedEventWithSpans
impl RefUnwindSafe for OwnedEventWithSpans
impl Send for OwnedEventWithSpans
impl Sync for OwnedEventWithSpans
impl Unpin for OwnedEventWithSpans
impl UnwindSafe for OwnedEventWithSpans
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