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