pub struct AxSessionListResult {
pub sessions: Vec<AxSessionInfo>,
}Fields§
§sessions: Vec<AxSessionInfo>Trait Implementations§
Source§impl Clone for AxSessionListResult
impl Clone for AxSessionListResult
Source§fn clone(&self) -> AxSessionListResult
fn clone(&self) -> AxSessionListResult
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 AxSessionListResult
impl Debug for AxSessionListResult
Source§impl Default for AxSessionListResult
impl Default for AxSessionListResult
Source§fn default() -> AxSessionListResult
fn default() -> AxSessionListResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AxSessionListResult
impl<'de> Deserialize<'de> for AxSessionListResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AxSessionListResult
impl PartialEq for AxSessionListResult
Source§impl Serialize for AxSessionListResult
impl Serialize for AxSessionListResult
impl Eq for AxSessionListResult
impl StructuralPartialEq for AxSessionListResult
Auto Trait Implementations§
impl Freeze for AxSessionListResult
impl RefUnwindSafe for AxSessionListResult
impl Send for AxSessionListResult
impl Sync for AxSessionListResult
impl Unpin for AxSessionListResult
impl UnsafeUnpin for AxSessionListResult
impl UnwindSafe for AxSessionListResult
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