pub enum NumberNotation {
En,
Ru,
}Variants§
Implementations§
Source§impl NumberNotation
impl NumberNotation
pub fn from_options(options: &BTreeSet<TokenizerOptions>) -> NumberNotation
pub fn into_option(&self) -> TokenizerOptions
Trait Implementations§
Source§impl Clone for NumberNotation
impl Clone for NumberNotation
Source§fn clone(&self) -> NumberNotation
fn clone(&self) -> NumberNotation
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 NumberNotation
impl Debug for NumberNotation
Source§impl PartialEq for NumberNotation
impl PartialEq for NumberNotation
impl Copy for NumberNotation
impl StructuralPartialEq for NumberNotation
Auto Trait Implementations§
impl Freeze for NumberNotation
impl RefUnwindSafe for NumberNotation
impl Send for NumberNotation
impl Sync for NumberNotation
impl Unpin for NumberNotation
impl UnwindSafe for NumberNotation
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