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