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