Enum move_lang::parser::ast::SpecApplyFragment_
source · pub enum SpecApplyFragment_ {
Wildcard,
NamePart(Name),
}
Variants§
Trait Implementations§
source§impl Clone for SpecApplyFragment_
impl Clone for SpecApplyFragment_
source§fn clone(&self) -> SpecApplyFragment_
fn clone(&self) -> SpecApplyFragment_
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 SpecApplyFragment_
impl Debug for SpecApplyFragment_
source§impl PartialEq<SpecApplyFragment_> for SpecApplyFragment_
impl PartialEq<SpecApplyFragment_> for SpecApplyFragment_
source§fn eq(&self, other: &SpecApplyFragment_) -> bool
fn eq(&self, other: &SpecApplyFragment_) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SpecApplyFragment_
impl StructuralEq for SpecApplyFragment_
impl StructuralPartialEq for SpecApplyFragment_
Auto Trait Implementations§
impl RefUnwindSafe for SpecApplyFragment_
impl Send for SpecApplyFragment_
impl Sync for SpecApplyFragment_
impl Unpin for SpecApplyFragment_
impl UnwindSafe for SpecApplyFragment_
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.