pub struct SessionCreatedProps {
pub info: Session,
}Expand description
Properties for EventListResponse::SessionCreated.
Fields§
§info: SessionThe created session.
Trait Implementations§
Source§impl Clone for SessionCreatedProps
impl Clone for SessionCreatedProps
Source§fn clone(&self) -> SessionCreatedProps
fn clone(&self) -> SessionCreatedProps
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 SessionCreatedProps
impl Debug for SessionCreatedProps
Source§impl<'de> Deserialize<'de> for SessionCreatedProps
impl<'de> Deserialize<'de> for SessionCreatedProps
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 SessionCreatedProps
impl PartialEq for SessionCreatedProps
Source§impl Serialize for SessionCreatedProps
impl Serialize for SessionCreatedProps
impl StructuralPartialEq for SessionCreatedProps
Auto Trait Implementations§
impl Freeze for SessionCreatedProps
impl RefUnwindSafe for SessionCreatedProps
impl Send for SessionCreatedProps
impl Sync for SessionCreatedProps
impl Unpin for SessionCreatedProps
impl UnwindSafe for SessionCreatedProps
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