Struct elasticsearch_dsl::search::queries::params::PinnedDocument
source · pub struct PinnedDocument { /* private fields */ }
Expand description
Pinned document
Implementations§
source§impl PinnedDocument
impl PinnedDocument
sourcepub fn new<IX, ID>(index: IX, id: ID) -> Selfwhere
IX: ToString,
ID: ToString,
pub fn new<IX, ID>(index: IX, id: ID) -> Selfwhere IX: ToString, ID: ToString,
Creates an instance of PinnedDocument
Trait Implementations§
source§impl Clone for PinnedDocument
impl Clone for PinnedDocument
source§fn clone(&self) -> PinnedDocument
fn clone(&self) -> PinnedDocument
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 Debug for PinnedDocument
impl Debug for PinnedDocument
source§impl<'de> Deserialize<'de> for PinnedDocument
impl<'de> Deserialize<'de> for PinnedDocument
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Ord for PinnedDocument
impl Ord for PinnedDocument
source§fn cmp(&self, other: &PinnedDocument) -> Ordering
fn cmp(&self, other: &PinnedDocument) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<PinnedDocument> for PinnedDocument
impl PartialEq<PinnedDocument> for PinnedDocument
source§fn eq(&self, other: &PinnedDocument) -> bool
fn eq(&self, other: &PinnedDocument) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<PinnedDocument> for PinnedDocument
impl PartialOrd<PinnedDocument> for PinnedDocument
source§fn partial_cmp(&self, other: &PinnedDocument) -> Option<Ordering>
fn partial_cmp(&self, other: &PinnedDocument) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for PinnedDocument
impl Serialize for PinnedDocument
impl Eq for PinnedDocument
impl StructuralEq for PinnedDocument
impl StructuralPartialEq for PinnedDocument
Auto Trait Implementations§
impl RefUnwindSafe for PinnedDocument
impl Send for PinnedDocument
impl Sync for PinnedDocument
impl Unpin for PinnedDocument
impl UnwindSafe for PinnedDocument
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