pub(crate) struct MapSerialize<E> {
is_human_readable: bool,
entries: Vec<(Content, Content)>,
key: Option<Content>,
error: PhantomData<E>,
}Fields§
§is_human_readable: bool§entries: Vec<(Content, Content)>§key: Option<Content>§error: PhantomData<E>Trait Implementations§
Source§impl<E> SerializeMap for MapSerialize<E>where
E: SerError,
impl<E> SerializeMap for MapSerialize<E>where
E: SerError,
Auto Trait Implementations§
impl<E> Freeze for MapSerialize<E>
impl<E> RefUnwindSafe for MapSerialize<E>where
E: RefUnwindSafe,
impl<E> Send for MapSerialize<E>where
E: Send,
impl<E> Sync for MapSerialize<E>where
E: Sync,
impl<E> Unpin for MapSerialize<E>where
E: Unpin,
impl<E> UnsafeUnpin for MapSerialize<E>
impl<E> UnwindSafe for MapSerialize<E>where
E: UnwindSafe,
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