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