Enum chronlang_parser::ast::EnvElement
source · pub enum EnvElement {
Segment(Segment),
SyllableBoundary,
WordBoundary,
}Variants§
Trait Implementations§
source§impl Clone for EnvElement
impl Clone for EnvElement
source§fn clone(&self) -> EnvElement
fn clone(&self) -> EnvElement
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 EnvElement
impl Debug for EnvElement
source§impl PartialEq<EnvElement> for EnvElement
impl PartialEq<EnvElement> for EnvElement
source§fn eq(&self, other: &EnvElement) -> bool
fn eq(&self, other: &EnvElement) -> bool
This method tests for
self and other values to be equal, and is used
by ==.