pub struct ParameterArray {
pub data: Vec<Parameter>,
}Fields§
§data: Vec<Parameter>Trait Implementations§
Source§impl Clone for ParameterArray
impl Clone for ParameterArray
Source§fn clone(&self) -> ParameterArray
fn clone(&self) -> ParameterArray
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 ParameterArray
impl Debug for ParameterArray
Source§impl Default for ParameterArray
impl Default for ParameterArray
Source§impl<'de> Deserialize<'de> for ParameterArray
impl<'de> Deserialize<'de> for ParameterArray
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 PartialEq for ParameterArray
impl PartialEq for ParameterArray
Source§impl Serialize for ParameterArray
impl Serialize for ParameterArray
impl Message for ParameterArray
impl StructuralPartialEq for ParameterArray
Auto Trait Implementations§
impl Freeze for ParameterArray
impl RefUnwindSafe for ParameterArray
impl Send for ParameterArray
impl Sync for ParameterArray
impl Unpin for ParameterArray
impl UnwindSafe for ParameterArray
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