Enum cfgrammar::yacc::YaccOriginalActionKind
source · pub enum YaccOriginalActionKind {
UserAction,
GenericParseTree,
NoAction,
}
Variants§
UserAction
Execute user-specified actions attached to each production; also requires a %actiontype declaration.
GenericParseTree
Automatically create a parse tree instead of user-specified actions.
NoAction
Do not do execute actions of any sort.
Trait Implementations§
source§impl Clone for YaccOriginalActionKind
impl Clone for YaccOriginalActionKind
source§fn clone(&self) -> YaccOriginalActionKind
fn clone(&self) -> YaccOriginalActionKind
Returns a copy 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 YaccOriginalActionKind
impl Debug for YaccOriginalActionKind
source§impl<'de> Deserialize<'de> for YaccOriginalActionKind
impl<'de> Deserialize<'de> for YaccOriginalActionKind
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for YaccOriginalActionKind
impl Serialize for YaccOriginalActionKind
impl Copy for YaccOriginalActionKind
Auto Trait Implementations§
impl Freeze for YaccOriginalActionKind
impl RefUnwindSafe for YaccOriginalActionKind
impl Send for YaccOriginalActionKind
impl Sync for YaccOriginalActionKind
impl Unpin for YaccOriginalActionKind
impl UnwindSafe for YaccOriginalActionKind
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)