pub struct MeaningContext {
pub confidence: f64,
}Expand description
Meaning context (placeholder)
Fields§
§confidence: f64Trait Implementations§
Source§impl Clone for MeaningContext
impl Clone for MeaningContext
Source§fn clone(&self) -> MeaningContext
fn clone(&self) -> MeaningContext
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 MeaningContext
impl RefUnwindSafe for MeaningContext
impl Send for MeaningContext
impl Sync for MeaningContext
impl Unpin for MeaningContext
impl UnwindSafe for MeaningContext
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