Struct arithmetic_parser::grammars::NumGrammar
source · pub struct NumGrammar<T>(/* private fields */);
Expand description
Single-type numeric grammar parameterized by the literal type.
Trait Implementations§
source§impl<T: Debug> Debug for NumGrammar<T>
impl<T: Debug> Debug for NumGrammar<T>
source§impl<T: NumLiteral> ParseLiteral for NumGrammar<T>
impl<T: NumLiteral> ParseLiteral for NumGrammar<T>
Auto Trait Implementations§
impl<T> Freeze for NumGrammar<T>
impl<T> RefUnwindSafe for NumGrammar<T>where
T: RefUnwindSafe,
impl<T> Send for NumGrammar<T>where
T: Send,
impl<T> Sync for NumGrammar<T>where
T: Sync,
impl<T> Unpin for NumGrammar<T>where
T: Unpin,
impl<T> UnwindSafe for NumGrammar<T>where
T: UnwindSafe,
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