pub struct SessionResumeRequestedEvent {
pub session_id: String,
pub context: SessionContext,
}Fields§
§session_id: String§context: SessionContextTrait Implementations§
Source§impl Clone for SessionResumeRequestedEvent
impl Clone for SessionResumeRequestedEvent
Source§fn clone(&self) -> SessionResumeRequestedEvent
fn clone(&self) -> SessionResumeRequestedEvent
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 SessionResumeRequestedEvent
impl Debug for SessionResumeRequestedEvent
Source§impl<'de> Deserialize<'de> for SessionResumeRequestedEvent
impl<'de> Deserialize<'de> for SessionResumeRequestedEvent
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 SessionResumeRequestedEvent
impl StructuralPartialEq for SessionResumeRequestedEvent
Auto Trait Implementations§
impl Freeze for SessionResumeRequestedEvent
impl RefUnwindSafe for SessionResumeRequestedEvent
impl Send for SessionResumeRequestedEvent
impl Sync for SessionResumeRequestedEvent
impl Unpin for SessionResumeRequestedEvent
impl UnsafeUnpin for SessionResumeRequestedEvent
impl UnwindSafe for SessionResumeRequestedEvent
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