Struct meilisearch_sdk::indexes::IndexesResults
source · pub struct IndexesResults {
pub results: Vec<Index>,
pub limit: u32,
pub offset: u32,
pub total: u32,
}Fields§
§results: Vec<Index>§limit: u32§offset: u32§total: u32Trait Implementations§
source§impl Clone for IndexesResults
impl Clone for IndexesResults
source§fn clone(&self) -> IndexesResults
fn clone(&self) -> IndexesResults
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 moreAuto Trait Implementations§
impl RefUnwindSafe for IndexesResults
impl Send for IndexesResults
impl Sync for IndexesResults
impl Unpin for IndexesResults
impl UnwindSafe for IndexesResults
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