pub struct PatternLearner { /* private fields */ }
Expand description
Pattern learning system
Implementations§
Source§impl PatternLearner
impl PatternLearner
pub fn new() -> Self
pub async fn learn_patterns(&self, context: &SemanticContext) -> Result<()>
Auto Trait Implementations§
impl Freeze for PatternLearner
impl !RefUnwindSafe for PatternLearner
impl Send for PatternLearner
impl Sync for PatternLearner
impl Unpin for PatternLearner
impl !UnwindSafe for PatternLearner
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