pub enum StmtTermination {
Terminal,
Nonterminal,
}
Variants§
Trait Implementations§
Source§impl Clone for StmtTermination
impl Clone for StmtTermination
Source§fn clone(&self) -> StmtTermination
fn clone(&self) -> StmtTermination
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 Display for StmtTermination
impl Display for StmtTermination
Source§impl PartialEq for StmtTermination
impl PartialEq for StmtTermination
impl Eq for StmtTermination
impl StructuralPartialEq for StmtTermination
Auto Trait Implementations§
impl Freeze for StmtTermination
impl RefUnwindSafe for StmtTermination
impl Send for StmtTermination
impl Sync for StmtTermination
impl Unpin for StmtTermination
impl UnwindSafe for StmtTermination
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