pub struct AttributeSelectorModifier<'s> {
pub ident: InterpolableIdent<'s>,
pub span: Span,
}Fields§
§ident: InterpolableIdent<'s>§span: SpanTrait Implementations§
Source§impl<'s> Clone for AttributeSelectorModifier<'s>
impl<'s> Clone for AttributeSelectorModifier<'s>
Source§fn clone(&self) -> AttributeSelectorModifier<'s>
fn clone(&self) -> AttributeSelectorModifier<'s>
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<'s> Debug for AttributeSelectorModifier<'s>
impl<'s> Debug for AttributeSelectorModifier<'s>
Source§impl<'s> PartialEq for AttributeSelectorModifier<'s>
impl<'s> PartialEq for AttributeSelectorModifier<'s>
Source§fn eq(&self, other: &AttributeSelectorModifier<'s>) -> bool
fn eq(&self, other: &AttributeSelectorModifier<'s>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'s> StructuralPartialEq for AttributeSelectorModifier<'s>
Auto Trait Implementations§
impl<'s> Freeze for AttributeSelectorModifier<'s>
impl<'s> RefUnwindSafe for AttributeSelectorModifier<'s>
impl<'s> Send for AttributeSelectorModifier<'s>
impl<'s> Sync for AttributeSelectorModifier<'s>
impl<'s> Unpin for AttributeSelectorModifier<'s>
impl<'s> UnwindSafe for AttributeSelectorModifier<'s>
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