Enum mariadb::plugin::ftparser::ParserMode
source · pub enum ParserMode {
Simple = 0,
WithStopwords = 1,
FullBoolean = 2,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ParserMode
impl Send for ParserMode
impl Sync for ParserMode
impl Unpin for ParserMode
impl UnwindSafe for ParserMode
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