Struct pliantdb_core::schema::view::map::Map [−][src]
Expand description
A document’s entry in a View’s mappings.
Fields
source: u64The id of the document that emitted this entry.
key: KThe key used to index the View.
value: VAn associated value stored in the view.
Implementations
Serializes this map.
Trait Implementations
Auto Trait Implementations
impl<K, V> RefUnwindSafe for Map<K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, impl<K, V> UnwindSafe for Map<K, V> where
K: UnwindSafe,
V: UnwindSafe,