pub struct AxActionPerformCommandResult {
pub detail: AxActionPerformResult,
pub policy: ActionPolicyResult,
pub meta: ActionMeta,
}Fields§
§detail: AxActionPerformResult§policy: ActionPolicyResult§meta: ActionMetaTrait Implementations§
Source§impl Clone for AxActionPerformCommandResult
impl Clone for AxActionPerformCommandResult
Source§fn clone(&self) -> AxActionPerformCommandResult
fn clone(&self) -> AxActionPerformCommandResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AxActionPerformCommandResult
impl Debug for AxActionPerformCommandResult
Auto Trait Implementations§
impl Freeze for AxActionPerformCommandResult
impl RefUnwindSafe for AxActionPerformCommandResult
impl Send for AxActionPerformCommandResult
impl Sync for AxActionPerformCommandResult
impl Unpin for AxActionPerformCommandResult
impl UnsafeUnpin for AxActionPerformCommandResult
impl UnwindSafe for AxActionPerformCommandResult
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