pub struct GetIndexesResult {
pub indexes: Vec<IndexInfo>,
}
Expand description
Struct representing the result of a GetIndexesRequest
.
Fields§
§indexes: Vec<IndexInfo>
Trait Implementations§
Source§impl Debug for GetIndexesResult
impl Debug for GetIndexesResult
Source§impl Default for GetIndexesResult
impl Default for GetIndexesResult
Source§fn default() -> GetIndexesResult
fn default() -> GetIndexesResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetIndexesResult
impl RefUnwindSafe for GetIndexesResult
impl Send for GetIndexesResult
impl Sync for GetIndexesResult
impl Unpin for GetIndexesResult
impl UnwindSafe for GetIndexesResult
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