Struct valkyrie_ast::AttributeList
source · pub struct AttributeList {
pub terms: Vec<AttributeTerm>,
}Expand description
@[module∷name.function(args), module∷name.function2(args)] <CAPTURE>
Fields§
§terms: Vec<AttributeTerm>The modifiers in group
Implementations§
Trait Implementations§
source§impl Clone for AttributeList
impl Clone for AttributeList
source§fn clone(&self) -> AttributeList
fn clone(&self) -> AttributeList
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 AttributeList
impl Debug for AttributeList
source§impl Default for AttributeList
impl Default for AttributeList
source§fn default() -> AttributeList
fn default() -> AttributeList
Returns the “default value” for a type. Read more
source§impl From<AttributeList> for AnnotationNode
impl From<AttributeList> for AnnotationNode
source§fn from(value: AttributeList) -> Self
fn from(value: AttributeList) -> Self
Converts to this type from the input type.
source§impl From<AttributeList> for StatementKind
impl From<AttributeList> for StatementKind
source§fn from(o: AttributeList) -> Self
fn from(o: AttributeList) -> Self
Converts to this type from the input type.
source§impl Hash for AttributeList
impl Hash for AttributeList
source§impl PartialEq for AttributeList
impl PartialEq for AttributeList
source§fn eq(&self, other: &AttributeList) -> bool
fn eq(&self, other: &AttributeList) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for AttributeList
impl StructuralPartialEq for AttributeList
Auto Trait Implementations§
impl RefUnwindSafe for AttributeList
impl Send for AttributeList
impl Sync for AttributeList
impl Unpin for AttributeList
impl UnwindSafe for AttributeList
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