pub struct SpanInput {
pub name: String,
pub kind: String,
pub model: Option<String>,
pub component_id: Option<i64>,
pub input: Option<Value>,
pub attributes: Map<String, Value>,
}Fields§
§name: String§kind: String§model: Option<String>§component_id: Option<i64>§input: Option<Value>§attributes: Map<String, Value>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpanInput
impl RefUnwindSafe for SpanInput
impl Send for SpanInput
impl Sync for SpanInput
impl Unpin for SpanInput
impl UnsafeUnpin for SpanInput
impl UnwindSafe for SpanInput
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