Struct elasticsearch_dsl::analyze::AnalysisObject
source · [−]pub struct AnalysisObject { /* private fields */ }
Expand description
Structure for analyzer, tokenizer and token filters
Trait Implementations
sourceimpl Clone for AnalysisObject
impl Clone for AnalysisObject
sourcefn clone(&self) -> AnalysisObject
fn clone(&self) -> AnalysisObject
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 AnalysisObject
impl Debug for AnalysisObject
sourceimpl Default for AnalysisObject
impl Default for AnalysisObject
sourcefn default() -> AnalysisObject
fn default() -> AnalysisObject
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AnalysisObject
impl<'de> Deserialize<'de> for AnalysisObject
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 PartialEq<AnalysisObject> for AnalysisObject
impl PartialEq<AnalysisObject> for AnalysisObject
sourcefn eq(&self, other: &AnalysisObject) -> bool
fn eq(&self, other: &AnalysisObject) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AnalysisObject) -> bool
fn ne(&self, other: &AnalysisObject) -> bool
This method tests for !=
.
sourceimpl Serialize for AnalysisObject
impl Serialize for AnalysisObject
impl StructuralPartialEq for AnalysisObject
Auto Trait Implementations
impl RefUnwindSafe for AnalysisObject
impl Send for AnalysisObject
impl Sync for AnalysisObject
impl Unpin for AnalysisObject
impl UnwindSafe for AnalysisObject
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