pub struct SimpleTruthValue { /* private fields */ }Implementations§
Source§impl SimpleTruthValue
impl SimpleTruthValue
pub fn new(mean: Strength, confidence: Confidence) -> Self
Trait Implementations§
Source§impl TruthValue for SimpleTruthValue
impl TruthValue for SimpleTruthValue
Auto Trait Implementations§
impl Freeze for SimpleTruthValue
impl RefUnwindSafe for SimpleTruthValue
impl Send for SimpleTruthValue
impl Sync for SimpleTruthValue
impl Unpin for SimpleTruthValue
impl UnwindSafe for SimpleTruthValue
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