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