Enum chem_parse::token_types::ParenType
source · [−]pub enum ParenType {
OPEN,
CLOSE,
}Expand description
A parenthesis type.
‘(’ is OPEN and ‘)’ is CLOSE
Variants
OPEN
CLOSE
Trait Implementations
impl StructuralPartialEq for ParenType
Auto Trait Implementations
impl RefUnwindSafe for ParenType
impl Send for ParenType
impl Sync for ParenType
impl Unpin for ParenType
impl UnwindSafe for ParenType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more