pub struct TriageOptions {
pub group_by_track: bool,
pub group_by_label: bool,
pub max_recommendations: usize,
pub scoring: TriageScoringOptions,
}Fields§
§group_by_track: bool§group_by_label: bool§max_recommendations: usize§scoring: TriageScoringOptionsTrait Implementations§
Source§impl Clone for TriageOptions
impl Clone for TriageOptions
Source§fn clone(&self) -> TriageOptions
fn clone(&self) -> TriageOptions
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 TriageOptions
impl Debug for TriageOptions
Source§impl Default for TriageOptions
impl Default for TriageOptions
Source§fn default() -> TriageOptions
fn default() -> TriageOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TriageOptions
impl RefUnwindSafe for TriageOptions
impl Send for TriageOptions
impl Sync for TriageOptions
impl Unpin for TriageOptions
impl UnsafeUnpin for TriageOptions
impl UnwindSafe for TriageOptions
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