Enum valkyrie_ast::DotCallTerm
source · pub enum DotCallTerm {
MetaType,
Integer(NonZeroU64),
Symbol(NamePathNode),
}Expand description
a.method.1
Variants§
Implementations§
Trait Implementations§
source§impl Clone for DotCallTerm
impl Clone for DotCallTerm
source§fn clone(&self) -> DotCallTerm
fn clone(&self) -> DotCallTerm
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 DotCallTerm
impl Debug for DotCallTerm
source§impl Hash for DotCallTerm
impl Hash for DotCallTerm
source§impl PartialEq for DotCallTerm
impl PartialEq for DotCallTerm
source§fn eq(&self, other: &DotCallTerm) -> bool
fn eq(&self, other: &DotCallTerm) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for DotCallTerm
impl StructuralPartialEq for DotCallTerm
Auto Trait Implementations§
impl RefUnwindSafe for DotCallTerm
impl Send for DotCallTerm
impl Sync for DotCallTerm
impl Unpin for DotCallTerm
impl UnwindSafe for DotCallTerm
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