Struct mariadb::plugin::ftparser::BooleanInfo
source · pub struct BooleanInfo<'a> { /* private fields */ }
Implementations§
source§impl BooleanInfo<'_>
impl BooleanInfo<'_>
pub fn requires_presence(&self) -> Presence
sourcepub fn weight_adjust(&self) -> i32
pub fn weight_adjust(&self) -> i32
If positive, increase the word’s weight. If negative, decrease it.
pub fn trunc(&self)
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for BooleanInfo<'a>
impl<'a> !Send for BooleanInfo<'a>
impl<'a> !Sync for BooleanInfo<'a>
impl<'a> Unpin for BooleanInfo<'a>
impl<'a> UnwindSafe for BooleanInfo<'a>
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