pub struct ToolConfirmationEvent {
pub type: Value,
pub confirmations: Value,
}Expand description
Represents a request for tool confirmation.
Fields§
§type: Value§confirmations: ValueTrait Implementations§
Source§impl Clone for ToolConfirmationEvent
impl Clone for ToolConfirmationEvent
Source§fn clone(&self) -> ToolConfirmationEvent
fn clone(&self) -> ToolConfirmationEvent
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 moreSource§impl Debug for ToolConfirmationEvent
impl Debug for ToolConfirmationEvent
Source§impl Default for ToolConfirmationEvent
impl Default for ToolConfirmationEvent
Source§fn default() -> ToolConfirmationEvent
fn default() -> ToolConfirmationEvent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ToolConfirmationEvent
impl RefUnwindSafe for ToolConfirmationEvent
impl Send for ToolConfirmationEvent
impl Sync for ToolConfirmationEvent
impl Unpin for ToolConfirmationEvent
impl UnwindSafe for ToolConfirmationEvent
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