Struct valkyrie_ast::ArgumentTerm
source · pub struct ArgumentTerm {
pub modifiers: ModifierList,
pub key: ArgumentKey,
pub value: ExpressionKind,
}Expand description
#annotation mut this: null
Fields§
§modifiers: ModifierListThe modifier conditions
key: ArgumentKeyThe key of the argument
value: ExpressionKindThe value of the argument
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 ArgumentTerm
impl Clone for ArgumentTerm
source§fn clone(&self) -> ArgumentTerm
fn clone(&self) -> ArgumentTerm
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 ArgumentTerm
impl Debug for ArgumentTerm
source§impl Hash for ArgumentTerm
impl Hash for ArgumentTerm
source§impl PartialEq for ArgumentTerm
impl PartialEq for ArgumentTerm
source§fn eq(&self, other: &ArgumentTerm) -> bool
fn eq(&self, other: &ArgumentTerm) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ArgumentTerm
impl StructuralPartialEq for ArgumentTerm
Auto Trait Implementations§
impl RefUnwindSafe for ArgumentTerm
impl Send for ArgumentTerm
impl Sync for ArgumentTerm
impl Unpin for ArgumentTerm
impl UnwindSafe for ArgumentTerm
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