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