pub enum SassAtRootQueryRule<'a> {
Ident(InterpolableIdent<'a>),
Str(InterpolableStr<'a>),
}Variants§
Ident(InterpolableIdent<'a>)
Str(InterpolableStr<'a>)
Implementations§
§impl<'a> SassAtRootQueryRule<'a>
impl<'a> SassAtRootQueryRule<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for SassAtRootQueryRule<'a>
impl<'a> !Send for SassAtRootQueryRule<'a>
impl<'a> !Sync for SassAtRootQueryRule<'a>
impl<'a> !UnwindSafe for SassAtRootQueryRule<'a>
impl<'a> Freeze for SassAtRootQueryRule<'a>
impl<'a> Unpin for SassAtRootQueryRule<'a>
impl<'a> UnsafeUnpin for SassAtRootQueryRule<'a>
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