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