pub enum InkLanguage {}Expand description
Rowan language tag for Ink.
Trait Implementations§
Source§impl Clone for InkLanguage
impl Clone for InkLanguage
Source§fn clone(&self) -> InkLanguage
fn clone(&self) -> InkLanguage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InkLanguage
Source§impl Debug for InkLanguage
impl Debug for InkLanguage
impl Eq for InkLanguage
Source§impl Hash for InkLanguage
impl Hash for InkLanguage
Source§impl Language for InkLanguage
impl Language for InkLanguage
type Kind = SyntaxKind
fn kind_from_raw(raw: SyntaxKind) -> SyntaxKind
fn kind_to_raw(kind: SyntaxKind) -> SyntaxKind
Source§impl Ord for InkLanguage
impl Ord for InkLanguage
Source§fn cmp(&self, other: &InkLanguage) -> Ordering
fn cmp(&self, other: &InkLanguage) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for InkLanguage
impl PartialEq for InkLanguage
Source§impl PartialOrd for InkLanguage
impl PartialOrd for InkLanguage
impl StructuralPartialEq for InkLanguage
Auto Trait Implementations§
impl Freeze for InkLanguage
impl RefUnwindSafe for InkLanguage
impl Send for InkLanguage
impl Sync for InkLanguage
impl Unpin for InkLanguage
impl UnsafeUnpin for InkLanguage
impl UnwindSafe for InkLanguage
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