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