pub enum CascadeLevel {
UserAgentNormal,
UserNormal,
AuthorNormal,
InlineNormal,
Animation,
AuthorImportant,
UserImportant,
UserAgentImportant,
Transition,
}Variants§
UserAgentNormal
UserNormal
AuthorNormal
InlineNormal
Animation
AuthorImportant
UserImportant
UserAgentImportant
Transition
Trait Implementations§
Source§impl Clone for CascadeLevel
impl Clone for CascadeLevel
Source§fn clone(&self) -> CascadeLevel
fn clone(&self) -> CascadeLevel
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 CascadeLevel
Source§impl Debug for CascadeLevel
impl Debug for CascadeLevel
impl Eq for CascadeLevel
Source§impl Hash for CascadeLevel
impl Hash for CascadeLevel
Source§impl Ord for CascadeLevel
impl Ord for CascadeLevel
Source§fn cmp(&self, other: &CascadeLevel) -> Ordering
fn cmp(&self, other: &CascadeLevel) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CascadeLevel
impl PartialEq for CascadeLevel
Source§fn eq(&self, other: &CascadeLevel) -> bool
fn eq(&self, other: &CascadeLevel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CascadeLevel
impl PartialOrd for CascadeLevel
Source§impl Serialize for CascadeLevel
impl Serialize for CascadeLevel
impl StructuralPartialEq for CascadeLevel
Auto Trait Implementations§
impl Freeze for CascadeLevel
impl RefUnwindSafe for CascadeLevel
impl Send for CascadeLevel
impl Sync for CascadeLevel
impl Unpin for CascadeLevel
impl UnsafeUnpin for CascadeLevel
impl UnwindSafe for CascadeLevel
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