Struct elasticsearch_dsl::search::queries::params::PinnedDocument
source · [−]pub struct PinnedDocument { /* private fields */ }
Expand description
Pinned document
Implementations
sourceimpl PinnedDocument
impl PinnedDocument
sourcepub fn new<IX, ID>(index: IX, id: ID) -> Self where
IX: ToString,
ID: ToString,
pub fn new<IX, ID>(index: IX, id: ID) -> Self where
IX: ToString,
ID: ToString,
Creates an instance of PinnedDocument
Trait Implementations
sourceimpl Clone for PinnedDocument
impl Clone for PinnedDocument
sourcefn clone(&self) -> PinnedDocument
fn clone(&self) -> PinnedDocument
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PinnedDocument
impl Debug for PinnedDocument
sourceimpl<'de> Deserialize<'de> for PinnedDocument
impl<'de> Deserialize<'de> for PinnedDocument
sourcefn 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
sourceimpl Ord for PinnedDocument
impl Ord for PinnedDocument
sourceimpl PartialEq<PinnedDocument> for PinnedDocument
impl PartialEq<PinnedDocument> for PinnedDocument
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &PinnedDocument) -> bool
fn ne(&self, other: &PinnedDocument) -> bool
This method tests for !=
.
sourceimpl PartialOrd<PinnedDocument> for PinnedDocument
impl PartialOrd<PinnedDocument> for PinnedDocument
sourcefn partial_cmp(&self, other: &PinnedDocument) -> Option<Ordering>
fn partial_cmp(&self, other: &PinnedDocument) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn 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 more
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more