Struct json_number::InvalidNumber
source · pub struct InvalidNumber<T>(_);
Expand description
Invalid number error.
The inner value is the data failed to be parsed.
Trait Implementations§
source§impl<T: Clone> Clone for InvalidNumber<T>
impl<T: Clone> Clone for InvalidNumber<T>
source§fn clone(&self) -> InvalidNumber<T>
fn clone(&self) -> InvalidNumber<T>
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 more