pub enum ToolStep {
Chunk(ToolChunk),
Done(String),
}Variants§
Trait Implementations§
impl StructuralPartialEq for ToolStep
Auto Trait Implementations§
impl Freeze for ToolStep
impl RefUnwindSafe for ToolStep
impl Send for ToolStep
impl Sync for ToolStep
impl Unpin for ToolStep
impl UnsafeUnpin for ToolStep
impl UnwindSafe for ToolStep
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