pub struct PageSelector<'s> {
pub name: Option<InterpolableIdent<'s>>,
pub pseudo: Vec<PseudoPage<'s>>,
pub span: Span,
}Fields§
§name: Option<InterpolableIdent<'s>>§pseudo: Vec<PseudoPage<'s>>§span: SpanTrait Implementations§
Source§impl<'s> Clone for PageSelector<'s>
impl<'s> Clone for PageSelector<'s>
Source§fn clone(&self) -> PageSelector<'s>
fn clone(&self) -> PageSelector<'s>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PageSelector<'s>
impl<'s> Debug for PageSelector<'s>
Source§impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for PageSelector<'s>
impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for PageSelector<'s>
Source§impl<'s> PartialEq for PageSelector<'s>
impl<'s> PartialEq for PageSelector<'s>
Source§fn eq(&self, other: &PageSelector<'s>) -> bool
fn eq(&self, other: &PageSelector<'s>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'s> StructuralPartialEq for PageSelector<'s>
Auto Trait Implementations§
impl<'s> Freeze for PageSelector<'s>
impl<'s> RefUnwindSafe for PageSelector<'s>
impl<'s> Send for PageSelector<'s>
impl<'s> Sync for PageSelector<'s>
impl<'s> Unpin for PageSelector<'s>
impl<'s> UnsafeUnpin for PageSelector<'s>
impl<'s> UnwindSafe for PageSelector<'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