Struct tantivy_query_grammar::UserInputLiteral
source · [−]Fields
field_name: Option<String>
phrase: String
Trait Implementations
sourceimpl Debug for UserInputLiteral
impl Debug for UserInputLiteral
sourceimpl From<UserInputLiteral> for UserInputLeaf
impl From<UserInputLiteral> for UserInputLeaf
sourcefn from(literal: UserInputLiteral) -> UserInputLeaf
fn from(literal: UserInputLiteral) -> UserInputLeaf
Converts to this type from the input type.
sourceimpl PartialEq<UserInputLiteral> for UserInputLiteral
impl PartialEq<UserInputLiteral> for UserInputLiteral
sourcefn eq(&self, other: &UserInputLiteral) -> bool
fn eq(&self, other: &UserInputLiteral) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &UserInputLiteral) -> bool
fn ne(&self, other: &UserInputLiteral) -> bool
This method tests for !=
.
impl StructuralPartialEq for UserInputLiteral
Auto Trait Implementations
impl RefUnwindSafe for UserInputLiteral
impl Send for UserInputLiteral
impl Sync for UserInputLiteral
impl Unpin for UserInputLiteral
impl UnwindSafe for UserInputLiteral
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