Struct bonsaidb::core::schema::view::map::Serialized [−][src]
Expand description
Represents a document’s entry in a View’s mappings, serialized and ready to store.
Fields
source: Header
The header of the document that emitted this entry.
key: Bytes
The key used to index the View.Operation
value: Bytes
An associated value stored in the view.Operation
Implementations
pub fn deserialized<View>(
&self
) -> Result<Map<<View as View>::Key, <View as View>::Value>, Error> where
View: SerializedView,
pub fn deserialized<View>(
&self
) -> Result<Map<<View as View>::Key, <View as View>::Value>, Error> where
View: SerializedView,
Deserializes this map.
Trait Implementations
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<Serialized, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<Serialized, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Serialized
impl Send for Serialized
impl Sync for Serialized
impl Unpin for Serialized
impl UnwindSafe for Serialized
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more