pub struct ToolErrorRenderOptions {
pub progress_messages_for_message: Vec<ProgressMessage>,
pub tools: Vec<ToolDefinition>,
pub verbose: bool,
pub is_transcript_mode: bool,
}Fields§
§progress_messages_for_message: Vec<ProgressMessage>§tools: Vec<ToolDefinition>§verbose: bool§is_transcript_mode: boolTrait Implementations§
Source§impl Clone for ToolErrorRenderOptions
impl Clone for ToolErrorRenderOptions
Source§fn clone(&self) -> ToolErrorRenderOptions
fn clone(&self) -> ToolErrorRenderOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ToolErrorRenderOptions
impl RefUnwindSafe for ToolErrorRenderOptions
impl Send for ToolErrorRenderOptions
impl Sync for ToolErrorRenderOptions
impl Unpin for ToolErrorRenderOptions
impl UnsafeUnpin for ToolErrorRenderOptions
impl UnwindSafe for ToolErrorRenderOptions
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