Enum json_with_comments::value::ser::number::IntegerConverter
source · pub enum IntegerConverter {}
Trait Implementations§
source§impl<I, F> Converter<I, F> for IntegerConverterwhere
I: FromPrimitive,
F: FromPrimitive,
impl<I, F> Converter<I, F> for IntegerConverterwhere
I: FromPrimitive,
F: FromPrimitive,
type Err = JsonWithCommentsError
fn convert<N: Converting<I, F>>(n: N) -> Result<Number<I, F>, Self::Err>
Auto Trait Implementations§
impl RefUnwindSafe for IntegerConverter
impl Send for IntegerConverter
impl Sync for IntegerConverter
impl Unpin for IntegerConverter
impl UnwindSafe for IntegerConverter
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