elipdotter::index

Struct SimpleDocMap

source
pub struct SimpleDocMap { /* private fields */ }

Implementations§

source§

impl SimpleDocMap

source

pub fn new() -> Self

source

pub fn insert(&mut self, document: Id)

source

pub fn remove(&mut self, document: Id)

source

pub fn contains(&self, document: Id) -> bool

source

pub fn documents(&self) -> Copied<Iter<'_, Id>>

Trait Implementations§

source§

impl Debug for