Trait rincon_client::index::types::IndexDetails [] [src]

pub trait IndexDetails {
    fn id(&self) -> &IndexIdOption;
fn fields(&self) -> &[String];
fn is_newly_created(&self) -> bool;
fn is_unique(&self) -> bool;
fn is_sparse(&self) -> bool; }

Required Methods

Implementors