pub struct CharacterNGrams {
pub n: usize,
pub padder: String,
}
Fields§
§n: usize
§padder: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CharacterNGrams
impl RefUnwindSafe for CharacterNGrams
impl Send for CharacterNGrams
impl Sync for CharacterNGrams
impl Unpin for CharacterNGrams
impl UnwindSafe for CharacterNGrams
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