Enum opensearch::UpdateByQueryParts 
source · pub enum UpdateByQueryParts<'b> {
    Index(&'b [&'b str]),
}Expand description
API parts for the Update By Query API
Variants§
Implementations§
Trait Implementations§
source§impl<'b> Clone for UpdateByQueryParts<'b>
 
impl<'b> Clone for UpdateByQueryParts<'b>
source§fn clone(&self) -> UpdateByQueryParts<'b>
 
fn clone(&self) -> UpdateByQueryParts<'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 UpdateByQueryParts<'b>
 
impl<'b> Debug for UpdateByQueryParts<'b>
source§impl<'b> PartialEq for UpdateByQueryParts<'b>
 
impl<'b> PartialEq for UpdateByQueryParts<'b>
source§fn eq(&self, other: &UpdateByQueryParts<'b>) -> bool
 
fn eq(&self, other: &UpdateByQueryParts<'b>) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl<'b> Eq for UpdateByQueryParts<'b>
impl<'b> StructuralEq for UpdateByQueryParts<'b>
impl<'b> StructuralPartialEq for UpdateByQueryParts<'b>
Auto Trait Implementations§
impl<'b> RefUnwindSafe for UpdateByQueryParts<'b>
impl<'b> Send for UpdateByQueryParts<'b>
impl<'b> Sync for UpdateByQueryParts<'b>
impl<'b> Unpin for UpdateByQueryParts<'b>
impl<'b> UnwindSafe for UpdateByQueryParts<'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
§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.