Struct bloodhound::Index [] [src]

pub struct Index { /* fields omitted */ }

Methods

impl Index
[src]

[src]

[src]

Finds all files inside and beneath the index path and adds them to the index entries vector.

Important traits for Vec<u8>
[src]

Trait Implementations

impl Debug for Index
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Index
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Index

impl Sync for Index