Enum wagon_lexer::productions::EbnfType
source · pub enum EbnfType {
Some,
Many,
Maybe,
}
Expand description
Variants§
Trait Implementations§
source§impl PartialEq for EbnfType
impl PartialEq for EbnfType
impl Eq for EbnfType
impl StructuralPartialEq for EbnfType
Auto Trait Implementations§
impl Freeze for EbnfType
impl RefUnwindSafe for EbnfType
impl Send for EbnfType
impl Sync for EbnfType
impl Unpin for EbnfType
impl UnwindSafe for EbnfType
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