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