pub struct GroupedToolUseRenderOptions {
pub should_animate: bool,
pub tools: Vec<ToolDefinition>,
}Fields§
§should_animate: bool§tools: Vec<ToolDefinition>Trait Implementations§
Source§impl Clone for GroupedToolUseRenderOptions
impl Clone for GroupedToolUseRenderOptions
Source§fn clone(&self) -> GroupedToolUseRenderOptions
fn clone(&self) -> GroupedToolUseRenderOptions
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 GroupedToolUseRenderOptions
impl RefUnwindSafe for GroupedToolUseRenderOptions
impl Send for GroupedToolUseRenderOptions
impl Sync for GroupedToolUseRenderOptions
impl Unpin for GroupedToolUseRenderOptions
impl UnsafeUnpin for GroupedToolUseRenderOptions
impl UnwindSafe for GroupedToolUseRenderOptions
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