Enum rnix::NixLanguage
source · pub enum NixLanguage {}
Trait Implementations§
source§impl Clone for NixLanguage
impl Clone for NixLanguage
source§fn clone(&self) -> NixLanguage
fn clone(&self) -> NixLanguage
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 NixLanguage
impl Debug for NixLanguage
source§impl Hash for NixLanguage
impl Hash for NixLanguage
source§impl Language for NixLanguage
impl Language for NixLanguage
type Kind = SyntaxKind
fn kind_from_raw(raw: SyntaxKind) -> Self::Kind
fn kind_to_raw(kind: Self::Kind) -> SyntaxKind
source§impl Ord for NixLanguage
impl Ord for NixLanguage
source§fn cmp(&self, other: &NixLanguage) -> Ordering
fn cmp(&self, other: &NixLanguage) -> 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 NixLanguage
impl PartialEq for NixLanguage
source§fn eq(&self, other: &NixLanguage) -> bool
fn eq(&self, other: &NixLanguage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NixLanguage
impl PartialOrd for NixLanguage
source§fn partial_cmp(&self, other: &NixLanguage) -> Option<Ordering>
fn partial_cmp(&self, other: &NixLanguage) -> 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 NixLanguage
impl Eq for NixLanguage
impl StructuralPartialEq for NixLanguage
Auto Trait Implementations§
impl Freeze for NixLanguage
impl RefUnwindSafe for NixLanguage
impl Send for NixLanguage
impl Sync for NixLanguage
impl Unpin for NixLanguage
impl UnwindSafe for NixLanguage
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)