pub struct PermissionLocationAddToolApprovalParams {
pub approval: PermissionsLocationsAddToolApprovalDetails,
pub location_key: String,
}Expand description
Location-scoped tool approval to persist.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§approval: PermissionsLocationsAddToolApprovalDetailsTool approval to persist and apply
location_key: StringLocation key (git root or cwd) to persist the approval to
Trait Implementations§
Source§impl Clone for PermissionLocationAddToolApprovalParams
impl Clone for PermissionLocationAddToolApprovalParams
Source§fn clone(&self) -> PermissionLocationAddToolApprovalParams
fn clone(&self) -> PermissionLocationAddToolApprovalParams
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<'de> Deserialize<'de> for PermissionLocationAddToolApprovalParams
impl<'de> Deserialize<'de> for PermissionLocationAddToolApprovalParams
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 PermissionLocationAddToolApprovalParams
impl RefUnwindSafe for PermissionLocationAddToolApprovalParams
impl Send for PermissionLocationAddToolApprovalParams
impl Sync for PermissionLocationAddToolApprovalParams
impl Unpin for PermissionLocationAddToolApprovalParams
impl UnsafeUnpin for PermissionLocationAddToolApprovalParams
impl UnwindSafe for PermissionLocationAddToolApprovalParams
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