pub enum ngram_model_t {}Auto Trait Implementations§
impl Freeze for ngram_model_t
impl RefUnwindSafe for ngram_model_t
impl Send for ngram_model_t
impl Sync for ngram_model_t
impl Unpin for ngram_model_t
impl UnwindSafe for ngram_model_t
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