pub struct SubscribeParameterUpdates {
pub parameter_names: Vec<String>,
}Fields§
§parameter_names: Vec<String>Implementations§
Source§impl SubscribeParameterUpdates
impl SubscribeParameterUpdates
pub fn into_message(self) -> DigitalisResult<Message>
Trait Implementations§
Source§impl Clone for SubscribeParameterUpdates
impl Clone for SubscribeParameterUpdates
Source§fn clone(&self) -> SubscribeParameterUpdates
fn clone(&self) -> SubscribeParameterUpdates
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 SubscribeParameterUpdates
impl Debug for SubscribeParameterUpdates
Source§impl<'de> Deserialize<'de> for SubscribeParameterUpdates
impl<'de> Deserialize<'de> for SubscribeParameterUpdates
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 SubscribeParameterUpdates
Source§impl From<SubscribeParameterUpdates> for ClientJsonMessage
impl From<SubscribeParameterUpdates> for ClientJsonMessage
Source§fn from(msg: SubscribeParameterUpdates) -> Self
fn from(msg: SubscribeParameterUpdates) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SubscribeParameterUpdates
impl PartialEq for SubscribeParameterUpdates
Source§fn eq(&self, other: &SubscribeParameterUpdates) -> bool
fn eq(&self, other: &SubscribeParameterUpdates) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SubscribeParameterUpdates
Auto Trait Implementations§
impl Freeze for SubscribeParameterUpdates
impl RefUnwindSafe for SubscribeParameterUpdates
impl Send for SubscribeParameterUpdates
impl Sync for SubscribeParameterUpdates
impl Unpin for SubscribeParameterUpdates
impl UnsafeUnpin for SubscribeParameterUpdates
impl UnwindSafe for SubscribeParameterUpdates
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