Entry

Type Alias Entry 

Source
pub type Entry = Document;

Aliased Type§

pub struct Entry { /* private fields */ }

Trait Implementations§

Source§

impl Metadata for Entry

Source§

fn get_meta(&self, key: &str) -> Option<&Bson>

Source§

fn set_meta(&mut self, metadata: (&str, impl Serialize))

Source§

fn add_meta(&mut self, metadata: (&str, impl Serialize))

Source§

fn with_meta(self, metadata: (&str, impl Serialize)) -> Self

Source§

fn and_meta(self, metadata: (&str, impl Serialize)) -> Self

Source§

fn and_defaults<T: Waiter>(self) -> Self