pub struct ApprovalResolvedNotification {
pub thread_id: ThreadId,
pub turn_id: TurnId,
pub approval_id: String,
pub tool_id: String,
pub tool_name: String,
pub approved: bool,
}Fields§
§thread_id: ThreadId§turn_id: TurnId§approval_id: String§tool_id: String§tool_name: String§approved: boolTrait Implementations§
Source§impl Clone for ApprovalResolvedNotification
impl Clone for ApprovalResolvedNotification
Source§fn clone(&self) -> ApprovalResolvedNotification
fn clone(&self) -> ApprovalResolvedNotification
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 ApprovalResolvedNotification
impl Debug for ApprovalResolvedNotification
Source§impl<'de> Deserialize<'de> for ApprovalResolvedNotification
impl<'de> Deserialize<'de> for ApprovalResolvedNotification
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ApprovalResolvedNotification
impl RefUnwindSafe for ApprovalResolvedNotification
impl Send for ApprovalResolvedNotification
impl Sync for ApprovalResolvedNotification
impl Unpin for ApprovalResolvedNotification
impl UnsafeUnpin for ApprovalResolvedNotification
impl UnwindSafe for ApprovalResolvedNotification
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