pub struct MiddlewareCommand(pub MonitorSettings);
Expand description
Middleware Command (from WebSocket to Arduino Serial Plotter UI)
Tuple Fields§
§0: MonitorSettings
Trait Implementations§
Source§impl Clone for MiddlewareCommand
impl Clone for MiddlewareCommand
Source§fn clone(&self) -> MiddlewareCommand
fn clone(&self) -> MiddlewareCommand
Returns a copy 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 MiddlewareCommand
impl Debug for MiddlewareCommand
Source§impl<'de> Deserialize<'de> for MiddlewareCommand
impl<'de> Deserialize<'de> for MiddlewareCommand
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 From<MiddlewareCommand> for Command<MonitorSettings>
impl From<MiddlewareCommand> for Command<MonitorSettings>
Source§fn from(value: MiddlewareCommand) -> Self
fn from(value: MiddlewareCommand) -> Self
Converts to this type from the input type.
Source§impl Serialize for MiddlewareCommand
impl Serialize for MiddlewareCommand
Auto Trait Implementations§
impl Freeze for MiddlewareCommand
impl RefUnwindSafe for MiddlewareCommand
impl Send for MiddlewareCommand
impl Sync for MiddlewareCommand
impl Unpin for MiddlewareCommand
impl UnwindSafe for MiddlewareCommand
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