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