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