pub enum ReferenceKind {
Show 20 variants
Class,
Id,
TypeSelector,
PlaceholderSelector,
Keyframes,
ComposesTarget,
ComposesFrom,
CustomPropertyRead,
VarRead,
ValueRead,
Import,
Export,
MixinInclude,
FunctionCall,
NamespaceMember,
Layer,
Container,
SelectorExtends,
CssModuleAccess,
CssModuleToken,
}Variants§
Class
Id
TypeSelector
PlaceholderSelector
Keyframes
ComposesTarget
ComposesFrom
CustomPropertyRead
VarRead
ValueRead
Import
Export
MixinInclude
FunctionCall
NamespaceMember
Layer
Container
SelectorExtends
CssModuleAccess
CssModuleToken
Implementations§
Source§impl ReferenceKind
impl ReferenceKind
Trait Implementations§
Source§impl Clone for ReferenceKind
impl Clone for ReferenceKind
Source§fn clone(&self) -> ReferenceKind
fn clone(&self) -> ReferenceKind
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 ReferenceKind
Source§impl Debug for ReferenceKind
impl Debug for ReferenceKind
impl Eq for ReferenceKind
Source§impl Hash for ReferenceKind
impl Hash for ReferenceKind
Source§impl Ord for ReferenceKind
impl Ord for ReferenceKind
Source§fn cmp(&self, other: &ReferenceKind) -> Ordering
fn cmp(&self, other: &ReferenceKind) -> 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 ReferenceKind
impl PartialEq for ReferenceKind
Source§fn eq(&self, other: &ReferenceKind) -> bool
fn eq(&self, other: &ReferenceKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ReferenceKind
impl PartialOrd for ReferenceKind
impl StructuralPartialEq for ReferenceKind
Auto Trait Implementations§
impl Freeze for ReferenceKind
impl RefUnwindSafe for ReferenceKind
impl Send for ReferenceKind
impl Sync for ReferenceKind
impl Unpin for ReferenceKind
impl UnsafeUnpin for ReferenceKind
impl UnwindSafe for ReferenceKind
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.