pub struct PermissionDecisionApproveForSessionApprovalRead {
pub kind: PermissionDecisionApproveForSessionApprovalReadKind,
}Expand description
Schema for the PermissionDecisionApproveForSessionApprovalRead type.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§kind: PermissionDecisionApproveForSessionApprovalReadKindApproval covering read-only filesystem operations.
Trait Implementations§
Source§impl Clone for PermissionDecisionApproveForSessionApprovalRead
impl Clone for PermissionDecisionApproveForSessionApprovalRead
Source§fn clone(&self) -> PermissionDecisionApproveForSessionApprovalRead
fn clone(&self) -> PermissionDecisionApproveForSessionApprovalRead
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 Default for PermissionDecisionApproveForSessionApprovalRead
impl Default for PermissionDecisionApproveForSessionApprovalRead
Source§fn default() -> PermissionDecisionApproveForSessionApprovalRead
fn default() -> PermissionDecisionApproveForSessionApprovalRead
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PermissionDecisionApproveForSessionApprovalRead
impl<'de> Deserialize<'de> for PermissionDecisionApproveForSessionApprovalRead
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 PermissionDecisionApproveForSessionApprovalRead
impl RefUnwindSafe for PermissionDecisionApproveForSessionApprovalRead
impl Send for PermissionDecisionApproveForSessionApprovalRead
impl Sync for PermissionDecisionApproveForSessionApprovalRead
impl Unpin for PermissionDecisionApproveForSessionApprovalRead
impl UnsafeUnpin for PermissionDecisionApproveForSessionApprovalRead
impl UnwindSafe for PermissionDecisionApproveForSessionApprovalRead
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