pub enum AtRuleKind {
Show 13 variants
Media,
Supports,
Layer,
Keyframes,
Value,
AtRoot,
Mixin,
Include,
Function,
Use,
Forward,
Import,
Generic,
}Variants§
Trait Implementations§
Source§impl Clone for AtRuleKind
impl Clone for AtRuleKind
Source§fn clone(&self) -> AtRuleKind
fn clone(&self) -> AtRuleKind
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 moreimpl Copy for AtRuleKind
Source§impl Debug for AtRuleKind
impl Debug for AtRuleKind
impl Eq for AtRuleKind
Source§impl PartialEq for AtRuleKind
impl PartialEq for AtRuleKind
impl StructuralPartialEq for AtRuleKind
Auto Trait Implementations§
impl Freeze for AtRuleKind
impl RefUnwindSafe for AtRuleKind
impl Send for AtRuleKind
impl Sync for AtRuleKind
impl Unpin for AtRuleKind
impl UnsafeUnpin for AtRuleKind
impl UnwindSafe for AtRuleKind
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