pub struct StepSpanAttributes {
pub execution_id: String,
pub step_id: String,
pub step_type: String,
pub name: String,
}Expand description
Span attributes for step-level spans
Fields§
§execution_id: StringExecution ID
step_id: StringStep ID
step_type: StringStep type
name: StringStep name
Implementations§
Auto Trait Implementations§
impl Freeze for StepSpanAttributes
impl RefUnwindSafe for StepSpanAttributes
impl Send for StepSpanAttributes
impl Sync for StepSpanAttributes
impl Unpin for StepSpanAttributes
impl UnsafeUnpin for StepSpanAttributes
impl UnwindSafe for StepSpanAttributes
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