Enum json_with_comments::ser::access::number::FloatRepresentor
source · pub enum FloatRepresentor {}
Trait Implementations§
source§impl<N: Float> Representor<N> for FloatRepresentor
impl<N: Float> Representor<N> for FloatRepresentor
Auto Trait Implementations§
impl RefUnwindSafe for FloatRepresentor
impl Send for FloatRepresentor
impl Sync for FloatRepresentor
impl Unpin for FloatRepresentor
impl UnwindSafe for FloatRepresentor
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