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