pub struct NewUpdateSpanEvent {
pub attributes: BTreeMap<String, Value>,
}
Fields§
§attributes: BTreeMap<String, Value>
Trait Implementations§
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