elipdotter
0.3.5
Simple
DocMap
Methods
contains
documents
insert
new
remove
Trait Implementations
Debug
Default
Auto Trait Implementations
Freeze
RefUnwindSafe
Send
Sync
Unpin
UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
From<T>
Into<U>
TryFrom<U>
TryInto<U>
In elipdotter::
index
elipdotter
::
index
Struct
SimpleDocMap
Copy item path
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