pub struct IntegerSerializer;Implementations§
Auto Trait Implementations§
impl Freeze for IntegerSerializer
impl RefUnwindSafe for IntegerSerializer
impl Send for IntegerSerializer
impl Sync for IntegerSerializer
impl Unpin for IntegerSerializer
impl UnsafeUnpin for IntegerSerializer
impl UnwindSafe for IntegerSerializer
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