Enum pulsar_frontend::ty::StmtTermination
source · 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 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 Display for StmtTermination
impl Display for StmtTermination
source§impl PartialEq for StmtTermination
impl PartialEq for StmtTermination
source§fn eq(&self, other: &StmtTermination) -> bool
fn eq(&self, other: &StmtTermination) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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