pub enum ModuleControlPush {
RouteStatus {
route_channel: u16,
status: String,
},
}Expand description
Module-to-subc channel-0 push body.
Variants§
Trait Implementations§
Source§impl Clone for ModuleControlPush
impl Clone for ModuleControlPush
Source§fn clone(&self) -> ModuleControlPush
fn clone(&self) -> ModuleControlPush
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ModuleControlPush
impl Debug for ModuleControlPush
Source§impl<'de> Deserialize<'de> for ModuleControlPush
impl<'de> Deserialize<'de> for ModuleControlPush
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 Eq for ModuleControlPush
Source§impl PartialEq for ModuleControlPush
impl PartialEq for ModuleControlPush
Source§fn eq(&self, other: &ModuleControlPush) -> bool
fn eq(&self, other: &ModuleControlPush) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ModuleControlPush
impl Serialize for ModuleControlPush
impl StructuralPartialEq for ModuleControlPush
Auto Trait Implementations§
impl Freeze for ModuleControlPush
impl RefUnwindSafe for ModuleControlPush
impl Send for ModuleControlPush
impl Sync for ModuleControlPush
impl Unpin for ModuleControlPush
impl UnsafeUnpin for ModuleControlPush
impl UnwindSafe for ModuleControlPush
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