pub struct StasisStart {
pub args: Vec<String>,
pub channel: Channel,
pub replace_channel: Option<Channel>,
}Expand description
Notification that a channel has entered a Stasis application.
Fields§
§args: Vec<String>§channel: Channel§replace_channel: Option<Channel>Trait Implementations§
Source§impl Clone for StasisStart
impl Clone for StasisStart
Source§fn clone(&self) -> StasisStart
fn clone(&self) -> StasisStart
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 StasisStart
impl Debug for StasisStart
Source§impl Default for StasisStart
impl Default for StasisStart
Source§fn default() -> StasisStart
fn default() -> StasisStart
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StasisStart
impl<'de> Deserialize<'de> for StasisStart
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 StasisStart
impl PartialEq for StasisStart
impl StructuralPartialEq for StasisStart
Auto Trait Implementations§
impl Freeze for StasisStart
impl RefUnwindSafe for StasisStart
impl Send for StasisStart
impl Sync for StasisStart
impl Unpin for StasisStart
impl UnwindSafe for StasisStart
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