pub struct NumberString(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for NumberString
impl Clone for NumberString
Source§fn clone(&self) -> NumberString
fn clone(&self) -> NumberString
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 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 From<NumberOrDateString> for NumberString
impl From<NumberOrDateString> for NumberString
Source§fn from(value: NumberOrDateString) -> Self
fn from(value: NumberOrDateString) -> Self
Converts to this type from the input type.
Source§impl From<NumberString> for NumberOrDateString
impl From<NumberString> for NumberOrDateString
Source§fn from(value: NumberString) -> Self
fn from(value: NumberString) -> Self
Converts to this type from the input type.
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§impl PartialEq for NumberString
impl PartialEq for NumberString
Source§impl PartialOrd for NumberString
impl PartialOrd for NumberString
Source§impl Serialize for NumberString
impl Serialize for NumberString
Source§impl ToString for NumberString
impl ToString for NumberString
impl Eq for NumberString
impl StructuralPartialEq for NumberString
Auto Trait Implementations§
impl Freeze for NumberString
impl RefUnwindSafe for NumberString
impl Send for NumberString
impl Sync for NumberString
impl Unpin for NumberString
impl UnwindSafe for NumberString
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