pub struct ToolUseRenderOptions {
pub theme: String,
pub verbose: bool,
pub commands: Option<Vec<Value>>,
}Fields§
§theme: String§verbose: bool§commands: Option<Vec<Value>>Trait Implementations§
Source§impl Clone for ToolUseRenderOptions
impl Clone for ToolUseRenderOptions
Source§fn clone(&self) -> ToolUseRenderOptions
fn clone(&self) -> ToolUseRenderOptions
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 ToolUseRenderOptions
impl RefUnwindSafe for ToolUseRenderOptions
impl Send for ToolUseRenderOptions
impl Sync for ToolUseRenderOptions
impl Unpin for ToolUseRenderOptions
impl UnsafeUnpin for ToolUseRenderOptions
impl UnwindSafe for ToolUseRenderOptions
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