pub struct CloseSessionResponse {}Expand description
Response body returned after the daemon closes a session.
Implementations§
Trait Implementations§
Source§impl Clone for CloseSessionResponse
impl Clone for CloseSessionResponse
Source§fn clone(&self) -> CloseSessionResponse
fn clone(&self) -> CloseSessionResponse
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 moreimpl Copy for CloseSessionResponse
Source§impl Debug for CloseSessionResponse
impl Debug for CloseSessionResponse
Source§impl Default for CloseSessionResponse
impl Default for CloseSessionResponse
Source§fn default() -> CloseSessionResponse
fn default() -> CloseSessionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CloseSessionResponse
impl<'de> Deserialize<'de> for CloseSessionResponse
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
impl Eq for CloseSessionResponse
Source§impl PartialEq for CloseSessionResponse
impl PartialEq for CloseSessionResponse
Source§impl Serialize for CloseSessionResponse
impl Serialize for CloseSessionResponse
impl StructuralPartialEq for CloseSessionResponse
Auto Trait Implementations§
impl Freeze for CloseSessionResponse
impl RefUnwindSafe for CloseSessionResponse
impl Send for CloseSessionResponse
impl Sync for CloseSessionResponse
impl Unpin for CloseSessionResponse
impl UnsafeUnpin for CloseSessionResponse
impl UnwindSafe for CloseSessionResponse
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