pub struct LearningSystem { /* private fields */ }
Expand description
Learning system for improving completion suggestions
Implementations§
Auto Trait Implementations§
impl Freeze for LearningSystem
impl RefUnwindSafe for LearningSystem
impl Send for LearningSystem
impl Sync for LearningSystem
impl Unpin for LearningSystem
impl UnwindSafe for LearningSystem
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