pub struct ProblemCategory {
pub category: String,
pub confidence: f32,
}Expand description
A problem category with confidence
Fields§
§category: String§confidence: f32Trait Implementations§
Source§impl Clone for ProblemCategory
impl Clone for ProblemCategory
Source§fn clone(&self) -> ProblemCategory
fn clone(&self) -> ProblemCategory
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 moreAuto Trait Implementations§
impl Freeze for ProblemCategory
impl RefUnwindSafe for ProblemCategory
impl Send for ProblemCategory
impl Sync for ProblemCategory
impl Unpin for ProblemCategory
impl UnsafeUnpin for ProblemCategory
impl UnwindSafe for ProblemCategory
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