Enum css_module_lexer::UrlRangeKind
source · pub enum UrlRangeKind {
Function,
String,
}
Variants§
Trait Implementations§
source§impl Clone for UrlRangeKind
impl Clone for UrlRangeKind
source§fn clone(&self) -> UrlRangeKind
fn clone(&self) -> UrlRangeKind
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 UrlRangeKind
impl Debug for UrlRangeKind
source§impl Hash for UrlRangeKind
impl Hash for UrlRangeKind
source§impl PartialEq for UrlRangeKind
impl PartialEq for UrlRangeKind
source§fn eq(&self, other: &UrlRangeKind) -> bool
fn eq(&self, other: &UrlRangeKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UrlRangeKind
impl Eq for UrlRangeKind
impl StructuralPartialEq for UrlRangeKind
Auto Trait Implementations§
impl Freeze for UrlRangeKind
impl RefUnwindSafe for UrlRangeKind
impl Send for UrlRangeKind
impl Sync for UrlRangeKind
impl Unpin for UrlRangeKind
impl UnwindSafe for UrlRangeKind
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