pub struct MapEncoder<W, I, J, KV> { /* private fields */ }
Implementations§
Source§impl<W, I, KV> MapEncoder<W, I, I::IntoIter, KV>
impl<W, I, KV> MapEncoder<W, I, I::IntoIter, KV>
Trait Implementations§
Auto Trait Implementations§
impl<W, I, J, KV> !Freeze for MapEncoder<W, I, J, KV>
impl<W, I, J, KV> !RefUnwindSafe for MapEncoder<W, I, J, KV>
impl<W, I, J, KV> Send for MapEncoder<W, I, J, KV>
impl<W, I, J, KV> !Sync for MapEncoder<W, I, J, KV>
impl<W, I, J, KV> Unpin for MapEncoder<W, I, J, KV>
impl<W, I, J, KV> UnwindSafe for MapEncoder<W, I, J, KV>
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