pub enum WatLanguage {}Trait Implementations§
Source§impl Clone for WatLanguage
impl Clone for WatLanguage
Source§fn clone(&self) -> WatLanguage
fn clone(&self) -> WatLanguage
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 WatLanguage
impl Debug for WatLanguage
Source§impl Hash for WatLanguage
impl Hash for WatLanguage
Source§impl Language for WatLanguage
impl Language for WatLanguage
type Kind = SyntaxKind
fn kind_from_raw(raw: SyntaxKind) -> Self::Kind
fn kind_to_raw(kind: Self::Kind) -> SyntaxKind
Source§impl Ord for WatLanguage
impl Ord for WatLanguage
Source§fn cmp(&self, other: &WatLanguage) -> Ordering
fn cmp(&self, other: &WatLanguage) -> 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 WatLanguage
impl PartialEq for WatLanguage
Source§impl PartialOrd for WatLanguage
impl PartialOrd for WatLanguage
impl Copy for WatLanguage
impl Eq for WatLanguage
impl StructuralPartialEq for WatLanguage
Auto Trait Implementations§
impl Freeze for WatLanguage
impl RefUnwindSafe for WatLanguage
impl Send for WatLanguage
impl Sync for WatLanguage
impl Unpin for WatLanguage
impl UnwindSafe for WatLanguage
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