pub enum StyleInParensKind<'a> {
Condition(StyleCondition<'a>),
Feature(Declaration<'a>),
}Variants§
Condition(StyleCondition<'a>)
Feature(Declaration<'a>)
Trait Implementations§
Source§impl<'a> Debug for StyleInParensKind<'a>
impl<'a> Debug for StyleInParensKind<'a>
Source§impl<'a> Parse<'a> for StyleInParensKind<'a>
impl<'a> Parse<'a> for StyleInParensKind<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for StyleInParensKind<'a>
impl<'a> !Send for StyleInParensKind<'a>
impl<'a> !Sync for StyleInParensKind<'a>
impl<'a> !UnwindSafe for StyleInParensKind<'a>
impl<'a> Freeze for StyleInParensKind<'a>
impl<'a> Unpin for StyleInParensKind<'a>
impl<'a> UnsafeUnpin for StyleInParensKind<'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