pub struct ConfirmKeywords {
pub approve: Vec<String>,
pub reject: Vec<String>,
}Expand description
Keywords that trigger approval or rejection of a pending tool call.
Fields§
§approve: Vec<String>§reject: Vec<String>Trait Implementations§
Source§impl Clone for ConfirmKeywords
impl Clone for ConfirmKeywords
Source§fn clone(&self) -> ConfirmKeywords
fn clone(&self) -> ConfirmKeywords
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConfirmKeywords
impl Debug for ConfirmKeywords
Auto Trait Implementations§
impl Freeze for ConfirmKeywords
impl RefUnwindSafe for ConfirmKeywords
impl Send for ConfirmKeywords
impl Sync for ConfirmKeywords
impl Unpin for ConfirmKeywords
impl UnsafeUnpin for ConfirmKeywords
impl UnwindSafe for ConfirmKeywords
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