pub struct EndSessionResult {}Expand description
Contains the details of the ended session.
Trait Implementations§
Source§impl Clone for EndSessionResult
impl Clone for EndSessionResult
Source§fn clone(&self) -> EndSessionResult
fn clone(&self) -> EndSessionResult
Returns a duplicate 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 EndSessionResult
impl Debug for EndSessionResult
Source§impl Default for EndSessionResult
impl Default for EndSessionResult
Source§fn default() -> EndSessionResult
fn default() -> EndSessionResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EndSessionResult
impl<'de> Deserialize<'de> for EndSessionResult
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 EndSessionResult
impl PartialEq for EndSessionResult
impl StructuralPartialEq for EndSessionResult
Auto Trait Implementations§
impl Freeze for EndSessionResult
impl RefUnwindSafe for EndSessionResult
impl Send for EndSessionResult
impl Sync for EndSessionResult
impl Unpin for EndSessionResult
impl UnwindSafe for EndSessionResult
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