pub struct UniversalSelector<'s> {
pub prefix: Option<NsPrefix<'s>>,
pub span: Span,
}Fields§
§prefix: Option<NsPrefix<'s>>§span: SpanTrait Implementations§
Source§impl<'s> Clone for UniversalSelector<'s>
impl<'s> Clone for UniversalSelector<'s>
Source§fn clone(&self) -> UniversalSelector<'s>
fn clone(&self) -> UniversalSelector<'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 UniversalSelector<'s>
impl<'s> Debug for UniversalSelector<'s>
Source§impl<'s> PartialEq for UniversalSelector<'s>
impl<'s> PartialEq for UniversalSelector<'s>
Source§impl<'s> SpanIgnoredEq for UniversalSelector<'s>
impl<'s> SpanIgnoredEq for UniversalSelector<'s>
Source§fn span_ignored_eq(&self, other: &Self) -> bool
fn span_ignored_eq(&self, other: &Self) -> bool
Compare equality of two AST nodes without respecting their spans.
impl<'s> StructuralPartialEq for UniversalSelector<'s>
Auto Trait Implementations§
impl<'s> Freeze for UniversalSelector<'s>
impl<'s> RefUnwindSafe for UniversalSelector<'s>
impl<'s> Send for UniversalSelector<'s>
impl<'s> Sync for UniversalSelector<'s>
impl<'s> Unpin for UniversalSelector<'s>
impl<'s> UnwindSafe for UniversalSelector<'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