Struct valkyrie_ast::ModifierList
source · pub struct ModifierList {
pub terms: Vec<IdentifierNode>,
}Expand description
public static final synchronized class Main {}
- Auxiliary parsing function, not instantiable.
Fields§
§terms: Vec<IdentifierNode>The modifiers in group
Implementations§
source§impl ModifierList
impl ModifierList
Trait Implementations§
source§impl Clone for ModifierList
impl Clone for ModifierList
source§fn clone(&self) -> ModifierList
fn clone(&self) -> ModifierList
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 ModifierList
impl Debug for ModifierList
source§impl Default for ModifierList
impl Default for ModifierList
source§fn default() -> ModifierList
fn default() -> ModifierList
Returns the “default value” for a type. Read more
source§impl Display for ModifierList
impl Display for ModifierList
source§impl Hash for ModifierList
impl Hash for ModifierList
source§impl PartialEq for ModifierList
impl PartialEq for ModifierList
source§fn eq(&self, other: &ModifierList) -> bool
fn eq(&self, other: &ModifierList) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ModifierList
impl StructuralPartialEq for ModifierList
Auto Trait Implementations§
impl RefUnwindSafe for ModifierList
impl Send for ModifierList
impl Sync for ModifierList
impl Unpin for ModifierList
impl UnwindSafe for ModifierList
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