pub struct SuggestOptions {
pub min_confidence: f64,
pub max_suggestions: usize,
pub filter_type: Option<SuggestionType>,
pub filter_bead: Option<String>,
}Fields§
§min_confidence: f64§max_suggestions: usize§filter_type: Option<SuggestionType>§filter_bead: Option<String>Trait Implementations§
Source§impl Clone for SuggestOptions
impl Clone for SuggestOptions
Source§fn clone(&self) -> SuggestOptions
fn clone(&self) -> SuggestOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SuggestOptions
impl Debug for SuggestOptions
Auto Trait Implementations§
impl Freeze for SuggestOptions
impl RefUnwindSafe for SuggestOptions
impl Send for SuggestOptions
impl Sync for SuggestOptions
impl Unpin for SuggestOptions
impl UnsafeUnpin for SuggestOptions
impl UnwindSafe for SuggestOptions
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