pub struct SerializeMap<'a, 'w, W: Write> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'w, W> Freeze for SerializeMap<'a, 'w, W>
impl<'a, 'w, W> RefUnwindSafe for SerializeMap<'a, 'w, W>where
W: RefUnwindSafe,
impl<'a, 'w, W> Send for SerializeMap<'a, 'w, W>where
W: Send,
impl<'a, 'w, W> Sync for SerializeMap<'a, 'w, W>where
W: Sync,
impl<'a, 'w, W> Unpin for SerializeMap<'a, 'w, W>
impl<'a, 'w, W> !UnwindSafe for SerializeMap<'a, 'w, 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