pub enum SearchShardsParts<'b> {
None,
Index(&'b [&'b str]),
}
Expand description
API parts for the Search Shards API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for SearchShardsParts<'b>
impl<'b> Clone for SearchShardsParts<'b>
Source§fn clone(&self) -> SearchShardsParts<'b>
fn clone(&self) -> SearchShardsParts<'b>
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<'b> Debug for SearchShardsParts<'b>
impl<'b> Debug for SearchShardsParts<'b>
Source§impl<'b> PartialEq for SearchShardsParts<'b>
impl<'b> PartialEq for SearchShardsParts<'b>
impl<'b> Eq for SearchShardsParts<'b>
impl<'b> StructuralPartialEq for SearchShardsParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for SearchShardsParts<'b>
impl<'b> RefUnwindSafe for SearchShardsParts<'b>
impl<'b> Send for SearchShardsParts<'b>
impl<'b> Sync for SearchShardsParts<'b>
impl<'b> Unpin for SearchShardsParts<'b>
impl<'b> UnwindSafe for SearchShardsParts<'b>
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