pub struct StasisEnd {
pub channel: Channel,
}Expand description
Notification that a channel has left a Stasis application.
Fields§
§channel: ChannelTrait Implementations§
Source§impl<'de> Deserialize<'de> for StasisEnd
impl<'de> Deserialize<'de> for StasisEnd
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 StructuralPartialEq for StasisEnd
Auto Trait Implementations§
impl Freeze for StasisEnd
impl RefUnwindSafe for StasisEnd
impl Send for StasisEnd
impl Sync for StasisEnd
impl Unpin for StasisEnd
impl UnwindSafe for StasisEnd
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