pub struct NewUpdateSpanEvent {
pub fields: BTreeMap<String, Value>,
}Fields§
§fields: BTreeMap<String, Value>Auto Trait Implementations§
impl Freeze for NewUpdateSpanEvent
impl RefUnwindSafe for NewUpdateSpanEvent
impl Send for NewUpdateSpanEvent
impl Sync for NewUpdateSpanEvent
impl Unpin for NewUpdateSpanEvent
impl UnwindSafe for NewUpdateSpanEvent
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