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