Enum valkyrie_ast::GenericCallTerm
source · pub enum GenericCallTerm {
Associated(IdentifierNode),
Generic(ArgumentsList),
}Expand description
Call with static method
Variants§
Trait Implementations§
source§impl Clone for GenericCallTerm
impl Clone for GenericCallTerm
source§fn clone(&self) -> GenericCallTerm
fn clone(&self) -> GenericCallTerm
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 GenericCallTerm
impl Debug for GenericCallTerm
source§impl Hash for GenericCallTerm
impl Hash for GenericCallTerm
source§impl PartialEq for GenericCallTerm
impl PartialEq for GenericCallTerm
source§fn eq(&self, other: &GenericCallTerm) -> bool
fn eq(&self, other: &GenericCallTerm) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for GenericCallTerm
impl StructuralPartialEq for GenericCallTerm
Auto Trait Implementations§
impl RefUnwindSafe for GenericCallTerm
impl Send for GenericCallTerm
impl Sync for GenericCallTerm
impl Unpin for GenericCallTerm
impl UnwindSafe for GenericCallTerm
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