pub struct SessionListResult {
pub sessions: Vec<SessionInfo>,
}Fields§
§sessions: Vec<SessionInfo>Trait Implementations§
Source§impl Clone for SessionListResult
impl Clone for SessionListResult
Source§fn clone(&self) -> SessionListResult
fn clone(&self) -> SessionListResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SessionListResult
impl Debug for SessionListResult
Source§impl<'de> Deserialize<'de> for SessionListResult
impl<'de> Deserialize<'de> for SessionListResult
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
Auto Trait Implementations§
impl Freeze for SessionListResult
impl RefUnwindSafe for SessionListResult
impl Send for SessionListResult
impl Sync for SessionListResult
impl Unpin for SessionListResult
impl UnsafeUnpin for SessionListResult
impl UnwindSafe for SessionListResult
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