pub struct UnsubscribeParameterUpdates {
pub parameter_names: Vec<String>,
}Fields§
§parameter_names: Vec<String>Implementations§
Source§impl UnsubscribeParameterUpdates
impl UnsubscribeParameterUpdates
pub fn into_message(self) -> DigitalisResult<Message>
Trait Implementations§
Source§impl Clone for UnsubscribeParameterUpdates
impl Clone for UnsubscribeParameterUpdates
Source§fn clone(&self) -> UnsubscribeParameterUpdates
fn clone(&self) -> UnsubscribeParameterUpdates
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 UnsubscribeParameterUpdates
impl Debug for UnsubscribeParameterUpdates
Source§impl<'de> Deserialize<'de> for UnsubscribeParameterUpdates
impl<'de> Deserialize<'de> for UnsubscribeParameterUpdates
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<UnsubscribeParameterUpdates> for ClientJsonMessage
impl From<UnsubscribeParameterUpdates> for ClientJsonMessage
Source§fn from(msg: UnsubscribeParameterUpdates) -> Self
fn from(msg: UnsubscribeParameterUpdates) -> Self
Converts to this type from the input type.
impl Eq for UnsubscribeParameterUpdates
impl StructuralPartialEq for UnsubscribeParameterUpdates
Auto Trait Implementations§
impl Freeze for UnsubscribeParameterUpdates
impl RefUnwindSafe for UnsubscribeParameterUpdates
impl Send for UnsubscribeParameterUpdates
impl Sync for UnsubscribeParameterUpdates
impl Unpin for UnsubscribeParameterUpdates
impl UnsafeUnpin for UnsubscribeParameterUpdates
impl UnwindSafe for UnsubscribeParameterUpdates
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