pub struct CommandExecutionRequestApprovalResponse {
pub decision: CommandExecutionApprovalDecision,
}Fields§
§decision: CommandExecutionApprovalDecisionTrait Implementations§
Source§impl Clone for CommandExecutionRequestApprovalResponse
impl Clone for CommandExecutionRequestApprovalResponse
Source§fn clone(&self) -> CommandExecutionRequestApprovalResponse
fn clone(&self) -> CommandExecutionRequestApprovalResponse
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 CommandExecutionRequestApprovalResponse
impl<'de> Deserialize<'de> for CommandExecutionRequestApprovalResponse
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
Source§impl PartialEq for CommandExecutionRequestApprovalResponse
impl PartialEq for CommandExecutionRequestApprovalResponse
Source§fn eq(&self, other: &CommandExecutionRequestApprovalResponse) -> bool
fn eq(&self, other: &CommandExecutionRequestApprovalResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CommandExecutionRequestApprovalResponse
Auto Trait Implementations§
impl Freeze for CommandExecutionRequestApprovalResponse
impl RefUnwindSafe for CommandExecutionRequestApprovalResponse
impl Send for CommandExecutionRequestApprovalResponse
impl Sync for CommandExecutionRequestApprovalResponse
impl Unpin for CommandExecutionRequestApprovalResponse
impl UnsafeUnpin for CommandExecutionRequestApprovalResponse
impl UnwindSafe for CommandExecutionRequestApprovalResponse
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