Struct serde::de::WithDecimalPoint
source · struct WithDecimalPoint(f64);
Tuple Fields§
§0: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WithDecimalPoint
impl RefUnwindSafe for WithDecimalPoint
impl Send for WithDecimalPoint
impl Sync for WithDecimalPoint
impl Unpin for WithDecimalPoint
impl UnwindSafe for WithDecimalPoint
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