pub struct JsonMap<K>{ /* private fields */ }
Expand description
The generic parameter K in JsonMap
zh-cn
JsonMapImplementations§
Trait Implementations§
Source§impl<'de, K> Deserialize<'de> for JsonMap<K>
impl<'de, K> Deserialize<'de> for JsonMap<K>
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<K> FromIterator<(K, JsonV<K>)> for JsonMap<K>
impl<K> FromIterator<(K, JsonV<K>)> for JsonMap<K>
Source§impl<K> IntoIterator for JsonMap<K>
impl<K> IntoIterator for JsonMap<K>
Auto Trait Implementations§
impl<K> Freeze for JsonMap<K>
impl<K> RefUnwindSafe for JsonMap<K>where
K: RefUnwindSafe,
impl<K> Send for JsonMap<K>where
K: Send,
impl<K> Sync for JsonMap<K>where
K: Sync,
impl<K> Unpin for JsonMap<K>where
K: Unpin,
impl<K> UnwindSafe for JsonMap<K>where
K: 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