Struct debris_parser::ast::AttributeList
source · pub struct AttributeList(AstNode);
Tuple Fields§
§0: AstNode
Implementations§
source§impl AttributeList
impl AttributeList
pub fn attributes(&self) -> impl Iterator<Item = Expression> + '_
Trait Implementations§
source§impl AstItem for AttributeList
impl AstItem 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