pub struct IndexDescription {
pub entries_count: usize,
pub tokens_count: usize,
pub index_size_bytes: usize,
pub warnings: Vec<DocumentError>,
}Fields§
§entries_count: usize§tokens_count: usize§index_size_bytes: usize§warnings: Vec<DocumentError>Trait Implementations§
Source§impl Debug for IndexDescription
impl Debug for IndexDescription
Auto Trait Implementations§
impl Freeze for IndexDescription
impl RefUnwindSafe for IndexDescription
impl Send for IndexDescription
impl Sync for IndexDescription
impl Unpin for IndexDescription
impl UnwindSafe for IndexDescription
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more