pub struct AxClickCommandResult {
pub detail: AxClickResult,
pub policy: ActionPolicyResult,
pub meta: ActionMeta,
}Fields§
§detail: AxClickResult§policy: ActionPolicyResult§meta: ActionMetaTrait Implementations§
Source§impl Clone for AxClickCommandResult
impl Clone for AxClickCommandResult
Source§fn clone(&self) -> AxClickCommandResult
fn clone(&self) -> AxClickCommandResult
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 AxClickCommandResult
impl Debug for AxClickCommandResult
Auto Trait Implementations§
impl Freeze for AxClickCommandResult
impl RefUnwindSafe for AxClickCommandResult
impl Send for AxClickCommandResult
impl Sync for AxClickCommandResult
impl Unpin for AxClickCommandResult
impl UnsafeUnpin for AxClickCommandResult
impl UnwindSafe for AxClickCommandResult
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