pub struct NeuralModel { /* private fields */ }Expand description
Neural model using bit-level cross-contexts.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NeuralModel
impl RefUnwindSafe for NeuralModel
impl Send for NeuralModel
impl Sync for NeuralModel
impl Unpin for NeuralModel
impl UnsafeUnpin for NeuralModel
impl UnwindSafe for NeuralModel
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