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