pub enum PatternListOrElementOrSeparatorGreen {
Separator(TerminalOrGreen),
Element(PatternGreen),
}
Variants§
Separator(TerminalOrGreen)
Element(PatternGreen)
Trait Implementations§
source§impl Clone for PatternListOrElementOrSeparatorGreen
impl Clone for PatternListOrElementOrSeparatorGreen
source§fn clone(&self) -> PatternListOrElementOrSeparatorGreen
fn clone(&self) -> PatternListOrElementOrSeparatorGreen
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 From<PatternGreen> for PatternListOrElementOrSeparatorGreen
impl From<PatternGreen> for PatternListOrElementOrSeparatorGreen
source§fn from(value: PatternGreen) -> Self
fn from(value: PatternGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalOrGreen> for PatternListOrElementOrSeparatorGreen
impl From<TerminalOrGreen> for PatternListOrElementOrSeparatorGreen
source§fn from(value: TerminalOrGreen) -> Self
fn from(value: TerminalOrGreen) -> Self
Converts to this type from the input type.
source§impl PartialEq for PatternListOrElementOrSeparatorGreen
impl PartialEq for PatternListOrElementOrSeparatorGreen
source§fn eq(&self, other: &PatternListOrElementOrSeparatorGreen) -> bool
fn eq(&self, other: &PatternListOrElementOrSeparatorGreen) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PatternListOrElementOrSeparatorGreen
impl Eq for PatternListOrElementOrSeparatorGreen
impl StructuralPartialEq for PatternListOrElementOrSeparatorGreen
Auto Trait Implementations§
impl RefUnwindSafe for PatternListOrElementOrSeparatorGreen
impl Send for PatternListOrElementOrSeparatorGreen
impl Sync for PatternListOrElementOrSeparatorGreen
impl Unpin for PatternListOrElementOrSeparatorGreen
impl UnwindSafe for PatternListOrElementOrSeparatorGreen
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.