pub struct UserToolSessionApprovalCommands {
pub command_identifiers: Vec<String>,
pub kind: UserToolSessionApprovalCommandsKind,
}Expand description
Session-scoped tool-approval rule for specific shell command identifiers.
Fields§
§command_identifiers: Vec<String>Command identifiers approved by the user
kind: UserToolSessionApprovalCommandsKindCommand approval kind
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UserToolSessionApprovalCommands
impl<'de> Deserialize<'de> for UserToolSessionApprovalCommands
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 UserToolSessionApprovalCommands
impl RefUnwindSafe for UserToolSessionApprovalCommands
impl Send for UserToolSessionApprovalCommands
impl Sync for UserToolSessionApprovalCommands
impl Unpin for UserToolSessionApprovalCommands
impl UnsafeUnpin for UserToolSessionApprovalCommands
impl UnwindSafe for UserToolSessionApprovalCommands
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