pub struct MapSerializer<Writer: Write> { /* private fields */ }
Expand description
Internal serializer for maps
Trait Implementations§
Auto Trait Implementations§
impl<Writer> Freeze for MapSerializer<Writer>where
Writer: Freeze,
impl<Writer> RefUnwindSafe for MapSerializer<Writer>where
Writer: RefUnwindSafe,
impl<Writer> Send for MapSerializer<Writer>where
Writer: Send,
impl<Writer> Sync for MapSerializer<Writer>where
Writer: Sync,
impl<Writer> Unpin for MapSerializer<Writer>where
Writer: Unpin,
impl<Writer> UnwindSafe for MapSerializer<Writer>where
Writer: UnwindSafe,
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