pub enum SpanType {
Default,
Llm,
Tool,
}Expand description
Span types for categorization
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpanType
impl RefUnwindSafe for SpanType
impl Send for SpanType
impl Sync for SpanType
impl Unpin for SpanType
impl UnsafeUnpin for SpanType
impl UnwindSafe for SpanType
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