pub struct GetindexinfoParams {
pub index_name: Option<String>,
}Expand description
Returns the status of one or all available indices currently running in the node.
Fields§
§index_name: Option<String>Filter results for an index with a specific name.
Trait Implementations§
Source§impl Debug for GetindexinfoParams
impl Debug for GetindexinfoParams
Auto Trait Implementations§
impl Freeze for GetindexinfoParams
impl RefUnwindSafe for GetindexinfoParams
impl Send for GetindexinfoParams
impl Sync for GetindexinfoParams
impl Unpin for GetindexinfoParams
impl UnwindSafe for GetindexinfoParams
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