Struct AiMemoryConfidence
pub struct AiMemoryConfidence(/* private fields */);Implementations§
§impl AiMemoryConfidence
impl AiMemoryConfidence
pub fn new(value: f64) -> Result<AiMemoryConfidence, AiMemoryError>
pub const fn value(self) -> f64
Trait Implementations§
§impl Clone for AiMemoryConfidence
impl Clone for AiMemoryConfidence
§fn clone(&self) -> AiMemoryConfidence
fn clone(&self) -> AiMemoryConfidence
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 more§impl Debug for AiMemoryConfidence
impl Debug for AiMemoryConfidence
§impl PartialEq for AiMemoryConfidence
impl PartialEq for AiMemoryConfidence
§impl PartialOrd for AiMemoryConfidence
impl PartialOrd for AiMemoryConfidence
impl Copy for AiMemoryConfidence
impl StructuralPartialEq for AiMemoryConfidence
Auto Trait Implementations§
impl Freeze for AiMemoryConfidence
impl RefUnwindSafe for AiMemoryConfidence
impl Send for AiMemoryConfidence
impl Sync for AiMemoryConfidence
impl Unpin for AiMemoryConfidence
impl UnsafeUnpin for AiMemoryConfidence
impl UnwindSafe for AiMemoryConfidence
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