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