pub struct CommandExecutionRequestApprovalResponse {
pub decision: CommandExecutionApprovalDecision,
}Fields§
§decision: CommandExecutionApprovalDecisionImplementations§
Source§impl CommandExecutionRequestApprovalResponse
impl CommandExecutionRequestApprovalResponse
Sourcepub fn accept_for_session() -> Self
pub fn accept_for_session() -> Self
Approve this and future command executions for the session.
Trait 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
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