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