pub struct PermissionDecisionApproveForLocationApprovalCommands {
pub command_identifiers: Vec<String>,
pub kind: PermissionDecisionApproveForLocationApprovalCommandsKind,
}Expand description
Location-scoped approval details for specific command identifiers.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§command_identifiers: Vec<String>Command identifiers covered by this approval.
kind: PermissionDecisionApproveForLocationApprovalCommandsKindApproval scoped to specific command identifiers.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PermissionDecisionApproveForLocationApprovalCommands
impl<'de> Deserialize<'de> for PermissionDecisionApproveForLocationApprovalCommands
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 PermissionDecisionApproveForLocationApprovalCommands
impl RefUnwindSafe for PermissionDecisionApproveForLocationApprovalCommands
impl Send for PermissionDecisionApproveForLocationApprovalCommands
impl Sync for PermissionDecisionApproveForLocationApprovalCommands
impl Unpin for PermissionDecisionApproveForLocationApprovalCommands
impl UnsafeUnpin for PermissionDecisionApproveForLocationApprovalCommands
impl UnwindSafe for PermissionDecisionApproveForLocationApprovalCommands
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