pub struct IdSelector<'s> {
pub name: InterpolableIdent<'s>,
pub span: Span,
}Fields§
§name: InterpolableIdent<'s>§span: SpanTrait Implementations§
Source§impl<'s> Clone for IdSelector<'s>
impl<'s> Clone for IdSelector<'s>
Source§fn clone(&self) -> IdSelector<'s>
fn clone(&self) -> IdSelector<'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 IdSelector<'s>
impl<'s> Debug for IdSelector<'s>
Source§impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for IdSelector<'s>
impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for IdSelector<'s>
Source§impl<'s> PartialEq for IdSelector<'s>
impl<'s> PartialEq for IdSelector<'s>
impl<'s> StructuralPartialEq for IdSelector<'s>
Auto Trait Implementations§
impl<'s> Freeze for IdSelector<'s>
impl<'s> RefUnwindSafe for IdSelector<'s>
impl<'s> Send for IdSelector<'s>
impl<'s> Sync for IdSelector<'s>
impl<'s> Unpin for IdSelector<'s>
impl<'s> UnwindSafe for IdSelector<'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