Struct valkyrie_ast::ArgumentsList
source · pub struct ArgumentsList {
pub terms: Vec<ArgumentTerm>,
}Expand description
a + b, c: d, ..e
Fields§
§terms: Vec<ArgumentTerm>The raw string of the number.
Implementations§
Trait Implementations§
source§impl AddAssign<ArgumentTerm> for ArgumentsList
impl AddAssign<ArgumentTerm> for ArgumentsList
source§fn add_assign(&mut self, rhs: ArgumentTerm)
fn add_assign(&mut self, rhs: ArgumentTerm)
Performs the
+= operation. Read moresource§impl Clone for ArgumentsList
impl Clone for ArgumentsList
source§fn clone(&self) -> ArgumentsList
fn clone(&self) -> ArgumentsList
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 ArgumentsList
impl Debug for ArgumentsList
source§impl Default for ArgumentsList
impl Default for ArgumentsList
source§fn default() -> ArgumentsList
fn default() -> ArgumentsList
Returns the “default value” for a type. Read more
source§impl Hash for ArgumentsList
impl Hash for ArgumentsList
source§impl PartialEq for ArgumentsList
impl PartialEq for ArgumentsList
source§fn eq(&self, other: &ArgumentsList) -> bool
fn eq(&self, other: &ArgumentsList) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ArgumentsList
impl StructuralPartialEq for ArgumentsList
Auto Trait Implementations§
impl RefUnwindSafe for ArgumentsList
impl Send for ArgumentsList
impl Sync for ArgumentsList
impl Unpin for ArgumentsList
impl UnwindSafe for ArgumentsList
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