pub struct MapSerializer<'ser, 'b, W> {
seq: SeqSerializer<'ser, 'b, W>,
key_signature: &'ser Signature,
value_signature: &'ser Signature,
}
Fields§
§seq: SeqSerializer<'ser, 'b, W>
§key_signature: &'ser Signature
§value_signature: &'ser Signature
Trait Implementations§
Source§impl<W> SerializeMap for MapSerializer<'_, '_, W>
impl<W> SerializeMap for MapSerializer<'_, '_, W>
Auto Trait Implementations§
impl<'ser, 'b, W> Freeze for MapSerializer<'ser, 'b, W>
impl<'ser, 'b, W> RefUnwindSafe for MapSerializer<'ser, 'b, W>where
W: RefUnwindSafe,
impl<'ser, 'b, W> Send for MapSerializer<'ser, 'b, W>where
W: Send,
impl<'ser, 'b, W> Sync for MapSerializer<'ser, 'b, W>where
W: Sync,
impl<'ser, 'b, W> Unpin for MapSerializer<'ser, 'b, W>
impl<'ser, 'b, W> !UnwindSafe for MapSerializer<'ser, 'b, W>
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