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