pub struct RestListSessionsResponse {
pub sessions: Vec<RestSessionSummary>,
}Expand description
Response body for GET /v1/sessions.
Fields§
§sessions: Vec<RestSessionSummary>Trait Implementations§
Source§impl Clone for RestListSessionsResponse
impl Clone for RestListSessionsResponse
Source§fn clone(&self) -> RestListSessionsResponse
fn clone(&self) -> RestListSessionsResponse
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 RestListSessionsResponse
impl Debug for RestListSessionsResponse
Source§impl<'de> Deserialize<'de> for RestListSessionsResponse
impl<'de> Deserialize<'de> for RestListSessionsResponse
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 RestListSessionsResponse
impl PartialEq for RestListSessionsResponse
Source§fn eq(&self, other: &RestListSessionsResponse) -> bool
fn eq(&self, other: &RestListSessionsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RestListSessionsResponse
impl Serialize for RestListSessionsResponse
impl Eq for RestListSessionsResponse
impl StructuralPartialEq for RestListSessionsResponse
Auto Trait Implementations§
impl Freeze for RestListSessionsResponse
impl RefUnwindSafe for RestListSessionsResponse
impl Send for RestListSessionsResponse
impl Sync for RestListSessionsResponse
impl Unpin for RestListSessionsResponse
impl UnsafeUnpin for RestListSessionsResponse
impl UnwindSafe for RestListSessionsResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.