pub struct GetAllSessionsResponse {
pub results: Vec<ParseSession>,
}
Expand description
Response from a get all sessions operation.
Fields§
§results: Vec<ParseSession>
Trait Implementations§
Source§impl Clone for GetAllSessionsResponse
impl Clone for GetAllSessionsResponse
Source§fn clone(&self) -> GetAllSessionsResponse
fn clone(&self) -> GetAllSessionsResponse
Returns a copy 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 GetAllSessionsResponse
impl Debug for GetAllSessionsResponse
Source§impl<'de> Deserialize<'de> for GetAllSessionsResponse
impl<'de> Deserialize<'de> for GetAllSessionsResponse
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 GetAllSessionsResponse
impl RefUnwindSafe for GetAllSessionsResponse
impl Send for GetAllSessionsResponse
impl Sync for GetAllSessionsResponse
impl Unpin for GetAllSessionsResponse
impl UnwindSafe for GetAllSessionsResponse
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