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