pub struct SessionReadyNotification { /* private fields */ }Expand description
Session ready notification.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SessionReadyNotification
impl<'de> Deserialize<'de> for SessionReadyNotification
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
Auto Trait Implementations§
impl Freeze for SessionReadyNotification
impl RefUnwindSafe for SessionReadyNotification
impl Send for SessionReadyNotification
impl Sync for SessionReadyNotification
impl Unpin for SessionReadyNotification
impl UnwindSafe for SessionReadyNotification
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