pub enum TextSearchObjectType {
Dictionary,
Configuration,
Template,
Parser,
}Expand description
Text search object kind.
See PostgreSQL.
Variants§
Trait Implementations§
Source§impl Clone for TextSearchObjectType
impl Clone for TextSearchObjectType
Source§fn clone(&self) -> TextSearchObjectType
fn clone(&self) -> TextSearchObjectType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextSearchObjectType
Source§impl Debug for TextSearchObjectType
impl Debug for TextSearchObjectType
Source§impl<'de> Deserialize<'de> for TextSearchObjectType
impl<'de> Deserialize<'de> for TextSearchObjectType
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 Display for TextSearchObjectType
impl Display for TextSearchObjectType
impl Eq for TextSearchObjectType
Source§impl Hash for TextSearchObjectType
impl Hash for TextSearchObjectType
Source§impl Ord for TextSearchObjectType
impl Ord for TextSearchObjectType
Source§fn cmp(&self, other: &TextSearchObjectType) -> Ordering
fn cmp(&self, other: &TextSearchObjectType) -> Ordering
1.21.0 (const: unstable) · 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 for TextSearchObjectType
impl PartialEq for TextSearchObjectType
Source§fn eq(&self, other: &TextSearchObjectType) -> bool
fn eq(&self, other: &TextSearchObjectType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TextSearchObjectType
impl PartialOrd for TextSearchObjectType
Source§impl Serialize for TextSearchObjectType
impl Serialize for TextSearchObjectType
impl StructuralPartialEq for TextSearchObjectType
Source§impl Visit for TextSearchObjectType
impl Visit for TextSearchObjectType
Source§impl VisitMut for TextSearchObjectType
impl VisitMut for TextSearchObjectType
Source§fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
Mutably visit this node with the provided
VisitorMut. Read moreAuto Trait Implementations§
impl Freeze for TextSearchObjectType
impl RefUnwindSafe for TextSearchObjectType
impl Send for TextSearchObjectType
impl Sync for TextSearchObjectType
impl Unpin for TextSearchObjectType
impl UnsafeUnpin for TextSearchObjectType
impl UnwindSafe for TextSearchObjectType
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