pub struct UserToolSessionApprovalMemory {
pub kind: UserToolSessionApprovalMemoryKind,
}Expand description
Session-scoped tool-approval rule for writes to long-term memory.
Fields§
§kind: UserToolSessionApprovalMemoryKindMemory approval kind
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UserToolSessionApprovalMemory
impl<'de> Deserialize<'de> for UserToolSessionApprovalMemory
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 UserToolSessionApprovalMemory
impl RefUnwindSafe for UserToolSessionApprovalMemory
impl Send for UserToolSessionApprovalMemory
impl Sync for UserToolSessionApprovalMemory
impl Unpin for UserToolSessionApprovalMemory
impl UnsafeUnpin for UserToolSessionApprovalMemory
impl UnwindSafe for UserToolSessionApprovalMemory
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