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 ==.impl StructuralPartialEq for EnvElement
Auto Trait Implementations§
impl RefUnwindSafe for EnvElement
impl Send for EnvElement
impl Sync for EnvElement
impl Unpin for EnvElement
impl UnwindSafe for EnvElement
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