Struct serde_intermediate::ser::text::MapSerializer
source · pub struct MapSerializer<'a, W>where
W: Write,{ /* private fields */ }
Trait Implementations§
source§impl<'a, W> SerializeMap for MapSerializer<'a, W>where
W: Write,
impl<'a, W> SerializeMap for MapSerializer<'a, W>where W: Write,
source§fn serialize_key<T>(&mut self, key: &T) -> Result<()>where
T: ?Sized + Serialize,
fn serialize_key<T>(&mut self, key: &T) -> Result<()>where T: ?Sized + Serialize,
Serialize a map key. Read more
source§fn serialize_value<T>(&mut self, value: &T) -> Result<()>where
T: ?Sized + Serialize,
fn serialize_value<T>(&mut self, value: &T) -> Result<()>where T: ?Sized + Serialize,
Serialize a map value. Read more
Auto Trait Implementations§
impl<'a, W> RefUnwindSafe for MapSerializer<'a, W>where W: RefUnwindSafe,
impl<'a, W> Send for MapSerializer<'a, W>where W: Send,
impl<'a, W> Sync for MapSerializer<'a, W>where W: Sync,
impl<'a, W> Unpin for MapSerializer<'a, W>
impl<'a, W> !UnwindSafe for MapSerializer<'a, 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