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