pub struct NewCreateSpanEvent {
pub parent_id: Option<SpanId>,
pub target: String,
pub name: String,
pub level: i32,
pub file_name: Option<String>,
pub file_line: Option<u32>,
pub fields: BTreeMap<String, Value>,
}Fields§
§parent_id: Option<SpanId>§target: String§name: String§level: i32§file_name: Option<String>§file_line: Option<u32>§fields: BTreeMap<String, Value>Auto Trait Implementations§
impl Freeze for NewCreateSpanEvent
impl RefUnwindSafe for NewCreateSpanEvent
impl Send for NewCreateSpanEvent
impl Sync for NewCreateSpanEvent
impl Unpin for NewCreateSpanEvent
impl UnwindSafe for NewCreateSpanEvent
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