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