pub struct AttributeSelector<'tree> {
pub span: Span,
pub children: Vec<AttributeSelectorChildren<'tree>>,
}Fields§
§span: Span§children: Vec<AttributeSelectorChildren<'tree>>Trait Implementations§
Source§impl<'tree> Clone for AttributeSelector<'tree>
impl<'tree> Clone for AttributeSelector<'tree>
Source§fn clone(&self) -> AttributeSelector<'tree>
fn clone(&self) -> AttributeSelector<'tree>
Returns a duplicate 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<'tree> Debug for AttributeSelector<'tree>
impl<'tree> Debug for AttributeSelector<'tree>
Source§impl<'tree> FromNode<'tree> for AttributeSelector<'tree>
impl<'tree> FromNode<'tree> for AttributeSelector<'tree>
Source§impl<'tree> PartialEq for AttributeSelector<'tree>
impl<'tree> PartialEq for AttributeSelector<'tree>
Source§impl Spanned for AttributeSelector<'_>
impl Spanned for AttributeSelector<'_>
impl<'tree> Eq for AttributeSelector<'tree>
impl<'tree> StructuralPartialEq for AttributeSelector<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for AttributeSelector<'tree>
impl<'tree> RefUnwindSafe for AttributeSelector<'tree>
impl<'tree> Send for AttributeSelector<'tree>
impl<'tree> Sync for AttributeSelector<'tree>
impl<'tree> Unpin for AttributeSelector<'tree>
impl<'tree> UnsafeUnpin for AttributeSelector<'tree>
impl<'tree> UnwindSafe for AttributeSelector<'tree>
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