Struct style::applicable_declarations::CascadePriority
source · pub struct CascadePriority {
cascade_level: CascadeLevel,
layer_order: LayerOrder,
}
Expand description
The cascade-level+layer order of this declaration.
Fields§
§cascade_level: CascadeLevel
§layer_order: LayerOrder
Implementations§
source§impl CascadePriority
impl CascadePriority
sourcepub fn new(cascade_level: CascadeLevel, layer_order: LayerOrder) -> Self
pub fn new(cascade_level: CascadeLevel, layer_order: LayerOrder) -> Self
Construct a new CascadePriority for a given (level, order) pair.
sourcepub fn layer_order(&self) -> LayerOrder
pub fn layer_order(&self) -> LayerOrder
Returns the layer order.
sourcepub fn cascade_level(&self) -> CascadeLevel
pub fn cascade_level(&self) -> CascadeLevel
Returns the cascade level.
sourcepub fn allows_when_reverted(&self, other: &Self, origin_revert: bool) -> bool
pub fn allows_when_reverted(&self, other: &Self, origin_revert: bool) -> bool
Whether this declaration should be allowed if revert
or revert-layer
have been specified on a given origin.
self
is the priority at which the revert
or revert-layer
keyword
have been specified.
sourcepub fn unimportant(&self) -> Self
pub fn unimportant(&self) -> Self
Convert this priority from “important” to “non-important”, if needed.
sourcepub fn important(&self) -> Self
pub fn important(&self) -> Self
Convert this priority from “non-important” to “important”, if needed.
The same tree, in author origin, at the root layer.
Trait Implementations§
source§impl Clone for CascadePriority
impl Clone for CascadePriority
source§fn clone(&self) -> CascadePriority
fn clone(&self) -> CascadePriority
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CascadePriority
impl Debug for CascadePriority
source§impl Hash for CascadePriority
impl Hash for CascadePriority
source§impl MallocSizeOf for CascadePriority
impl MallocSizeOf for CascadePriority
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl Ord for CascadePriority
impl Ord for CascadePriority
source§impl PartialEq for CascadePriority
impl PartialEq for CascadePriority
source§fn eq(&self, other: &CascadePriority) -> bool
fn eq(&self, other: &CascadePriority) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for CascadePriority
impl PartialOrd for CascadePriority
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for CascadePriority
impl Eq for CascadePriority
impl StructuralPartialEq for CascadePriority
Auto Trait Implementations§
impl Freeze for CascadePriority
impl RefUnwindSafe for CascadePriority
impl Send for CascadePriority
impl Sync for CascadePriority
impl Unpin for CascadePriority
impl UnwindSafe for CascadePriority
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
source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert