pub struct SetToolJsxArgs {
pub should_hide_prompt_input: bool,
pub should_continue_animation: bool,
pub show_spinner: bool,
pub is_local_jsx: bool,
pub is_immediate: bool,
pub clear_local_jsx: bool,
}Fields§
§should_hide_prompt_input: bool§should_continue_animation: bool§show_spinner: bool§is_local_jsx: bool§is_immediate: bool§clear_local_jsx: boolSet to true to clear a local JSX command (e.g., from its onDone callback)
Trait Implementations§
Source§impl Clone for SetToolJsxArgs
impl Clone for SetToolJsxArgs
Source§fn clone(&self) -> SetToolJsxArgs
fn clone(&self) -> SetToolJsxArgs
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 SetToolJsxArgs
impl RefUnwindSafe for SetToolJsxArgs
impl Send for SetToolJsxArgs
impl Sync for SetToolJsxArgs
impl Unpin for SetToolJsxArgs
impl UnsafeUnpin for SetToolJsxArgs
impl UnwindSafe for SetToolJsxArgs
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