pub struct SparseModel { /* private fields */ }Expand description
Sparse context model using skip-byte contexts.
Implementations§
Source§impl SparseModel
impl SparseModel
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SparseModel
impl RefUnwindSafe for SparseModel
impl Send for SparseModel
impl Sync for SparseModel
impl Unpin for SparseModel
impl UnsafeUnpin for SparseModel
impl UnwindSafe for SparseModel
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