Struct chart_js_rs::types::NumberString
source · pub struct NumberString(_);Trait Implementations§
source§impl Clone for NumberString
impl Clone for NumberString
source§fn clone(&self) -> NumberString
fn clone(&self) -> NumberString
Returns a copy 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 NumberString
impl Debug for NumberString
source§impl Default for NumberString
impl Default for NumberString
source§fn default() -> NumberString
fn default() -> NumberString
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NumberString
impl<'de> Deserialize<'de> for NumberString
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<T: Display> From<T> for NumberString
impl<T: Display> From<T> for NumberString
source§impl Ord for NumberString
impl Ord for NumberString
source§fn cmp(&self, other: &NumberString) -> Ordering
fn cmp(&self, other: &NumberString) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<NumberString> for NumberString
impl PartialEq<NumberString> for NumberString
source§fn eq(&self, other: &NumberString) -> bool
fn eq(&self, other: &NumberString) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<NumberString> for NumberString
impl PartialOrd<NumberString> for NumberString
source§fn partial_cmp(&self, other: &NumberString) -> Option<Ordering>
fn partial_cmp(&self, other: &NumberString) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more