pub struct TokenizerOptions { /* private fields */ }Expand description
Used to configure the Tokenizer.
Implementations§
Trait Implementations§
Source§impl Clone for TokenizerOptions
impl Clone for TokenizerOptions
Source§fn clone(&self) -> TokenizerOptions
fn clone(&self) -> TokenizerOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TokenizerOptions
impl Debug for TokenizerOptions
Auto Trait Implementations§
impl Freeze for TokenizerOptions
impl RefUnwindSafe for TokenizerOptions
impl Send for TokenizerOptions
impl Sync for TokenizerOptions
impl Unpin for TokenizerOptions
impl UnwindSafe for TokenizerOptions
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