pub struct IndexDescription {
pub database: IndexDatabaseDescription,
pub status: IndexStatusDescription,
}
Expand description
Returns information about the index in great depth.
Fields§
§database: IndexDatabaseDescription
Specific Index Information.
status: IndexStatusDescription
Current status of the index.
Trait Implementations§
Source§impl Clone for IndexDescription
impl Clone for IndexDescription
Source§fn clone(&self) -> IndexDescription
fn clone(&self) -> IndexDescription
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IndexDescription
impl Debug for IndexDescription
Source§impl Default for IndexDescription
impl Default for IndexDescription
Source§fn default() -> IndexDescription
fn default() -> IndexDescription
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IndexDescription
impl<'de> Deserialize<'de> for IndexDescription
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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