pub enum SassAtRootQueryRule<'s> {
Ident(InterpolableIdent<'s>),
Str(InterpolableStr<'s>),
}Variants§
Ident(InterpolableIdent<'s>)
Str(InterpolableStr<'s>)
Trait Implementations§
Source§impl<'s> Clone for SassAtRootQueryRule<'s>
impl<'s> Clone for SassAtRootQueryRule<'s>
Source§fn clone(&self) -> SassAtRootQueryRule<'s>
fn clone(&self) -> SassAtRootQueryRule<'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 SassAtRootQueryRule<'s>
impl<'s> Debug for SassAtRootQueryRule<'s>
Source§impl<'s> PartialEq for SassAtRootQueryRule<'s>
impl<'s> PartialEq for SassAtRootQueryRule<'s>
Source§fn eq(&self, other: &SassAtRootQueryRule<'s>) -> bool
fn eq(&self, other: &SassAtRootQueryRule<'s>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'s> StructuralPartialEq for SassAtRootQueryRule<'s>
Auto Trait Implementations§
impl<'s> Freeze for SassAtRootQueryRule<'s>
impl<'s> RefUnwindSafe for SassAtRootQueryRule<'s>
impl<'s> Send for SassAtRootQueryRule<'s>
impl<'s> Sync for SassAtRootQueryRule<'s>
impl<'s> Unpin for SassAtRootQueryRule<'s>
impl<'s> UnsafeUnpin for SassAtRootQueryRule<'s>
impl<'s> UnwindSafe for SassAtRootQueryRule<'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