Struct biome_css_syntax::CssLanguage
source · pub struct CssLanguage;Trait Implementations§
source§impl Clone for CssLanguage
impl Clone for CssLanguage
source§fn clone(&self) -> CssLanguage
fn clone(&self) -> CssLanguage
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 CssLanguage
impl Debug for CssLanguage
source§impl Default for CssLanguage
impl Default for CssLanguage
source§fn default() -> CssLanguage
fn default() -> CssLanguage
Returns the “default value” for a type. Read more
source§impl Hash for CssLanguage
impl Hash for CssLanguage
source§impl Language for CssLanguage
impl Language for CssLanguage
source§impl Ord for CssLanguage
impl Ord for CssLanguage
source§fn cmp(&self, other: &CssLanguage) -> Ordering
fn cmp(&self, other: &CssLanguage) -> Ordering
1.21.0 · 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 CssLanguage
impl PartialEq for CssLanguage
source§fn eq(&self, other: &CssLanguage) -> bool
fn eq(&self, other: &CssLanguage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for CssLanguage
impl PartialOrd for CssLanguage
source§fn partial_cmp(&self, other: &CssLanguage) -> Option<Ordering>
fn partial_cmp(&self, other: &CssLanguage) -> Option<Ordering>
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 CssLanguage
impl Eq for CssLanguage
impl StructuralEq for CssLanguage
impl StructuralPartialEq for CssLanguage
Auto Trait Implementations§
impl RefUnwindSafe for CssLanguage
impl Send for CssLanguage
impl Sync for CssLanguage
impl Unpin for CssLanguage
impl UnwindSafe for CssLanguage
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