pub struct ModelUncertain {
pub confidence: f64,
}Fields§
§confidence: f64Trait Implementations§
Source§impl Clone for ModelUncertain
impl Clone for ModelUncertain
Source§fn clone(&self) -> ModelUncertain
fn clone(&self) -> ModelUncertain
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 ModelUncertain
impl Debug for ModelUncertain
impl BoundaryKind for ModelUncertain
Auto Trait Implementations§
impl Freeze for ModelUncertain
impl RefUnwindSafe for ModelUncertain
impl Send for ModelUncertain
impl Sync for ModelUncertain
impl Unpin for ModelUncertain
impl UnsafeUnpin for ModelUncertain
impl UnwindSafe for ModelUncertain
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