pub struct SessionEndResponse {
pub session: Session,
pub memory_count: usize,
}Expand description
Response from POST /v1/sessions/{id}/end
Fields§
§session: Session§memory_count: usizeTrait Implementations§
Source§impl Clone for SessionEndResponse
impl Clone for SessionEndResponse
Source§fn clone(&self) -> SessionEndResponse
fn clone(&self) -> SessionEndResponse
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 SessionEndResponse
impl Debug for SessionEndResponse
Source§impl<'de> Deserialize<'de> for SessionEndResponse
impl<'de> Deserialize<'de> for SessionEndResponse
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 SessionEndResponse
impl RefUnwindSafe for SessionEndResponse
impl Send for SessionEndResponse
impl Sync for SessionEndResponse
impl Unpin for SessionEndResponse
impl UnsafeUnpin for SessionEndResponse
impl UnwindSafe for SessionEndResponse
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