pub enum NginxLanguage {}Expand description
The language tag used by rowan to parameterise the syntax tree.
Trait Implementations§
Source§impl Clone for NginxLanguage
impl Clone for NginxLanguage
Source§fn clone(&self) -> NginxLanguage
fn clone(&self) -> NginxLanguage
Returns a duplicate 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 NginxLanguage
impl Debug for NginxLanguage
Source§impl Hash for NginxLanguage
impl Hash for NginxLanguage
Source§impl Language for NginxLanguage
impl Language for NginxLanguage
type Kind = SyntaxKind
fn kind_from_raw(raw: SyntaxKind) -> Self::Kind
fn kind_to_raw(kind: Self::Kind) -> SyntaxKind
Source§impl Ord for NginxLanguage
impl Ord for NginxLanguage
Source§fn cmp(&self, other: &NginxLanguage) -> Ordering
fn cmp(&self, other: &NginxLanguage) -> 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 NginxLanguage
impl PartialEq for NginxLanguage
Source§impl PartialOrd for NginxLanguage
impl PartialOrd for NginxLanguage
impl Copy for NginxLanguage
impl Eq for NginxLanguage
impl StructuralPartialEq for NginxLanguage
Auto Trait Implementations§
impl Freeze for NginxLanguage
impl RefUnwindSafe for NginxLanguage
impl Send for NginxLanguage
impl Sync for NginxLanguage
impl Unpin for NginxLanguage
impl UnsafeUnpin for NginxLanguage
impl UnwindSafe for NginxLanguage
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