pub enum TSXKeyword {
Show 65 variants Const, Var, Let, If, Else, For, While, Do, Switch, Class, Function, Constructor, New, This, Super, Case, Yield, Return, Continue, Break, Import, Export, Default, From, In, Of, TypeOf, InstanceOf, Void, Delete, Debugger, Try, Catch, Finally, Throw, Async, Await, Static, Get, Set, Extends, Null, True, False, Abstract, Implements, Enum, Interface, Type, Private, Public, Protected, As, Declare, Readonly, Infer, Is, Satisfies, Namespace, KeyOf, Server, Module, Nominal, Performs, Generator,
}

Variants§

§

Const

§

Var

§

Let

§

If

§

Else

§

For

§

While

§

Do

§

Switch

§

Class

§

Function

§

Constructor

§

New

§

This

§

Super

§

Case

§

Yield

§

Return

§

Continue

§

Break

§

Import

§

Export

§

Default

§

From

§

In

§

Of

§

TypeOf

§

InstanceOf

§

Void

§

Delete

§

Debugger

§

Try

§

Catch

§

Finally

§

Throw

§

Async

§

Await

§

Static

§

Get

§

Set

§

Extends

§

Null

§

True

§

False

§

Abstract

§

Implements

§

Enum

§

Interface

§

Type

§

Private

§

Public

§

Protected

§

As

§

Declare

§

Readonly

§

Infer

§

Is

§

Satisfies

§

Namespace

§

KeyOf

§

Server

§

Module

§

Nominal

§

Performs

§

Generator

https://github.com/tc39/proposal-generator-arrow-functions#introduce-new-generator-keyword-for-both-function-and-arrow-function

Trait Implementations§

source§

impl Debug for TSXKeyword

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl EnumVariantsStrings for TSXKeyword

source§

fn from_str(input: &str) -> Result<Self, &[&str]>

Returns a instance of variant of Self which matches input if exists, else returns possible matches
source§

fn to_str(&self) -> &'static str

Returns the string representation of selfs variant
source§

impl From<Abstract> for TSXKeyword

source§

fn from(variant_struct: Abstract) -> Self

Converts to this type from the input type.
source§

impl From<As> for TSXKeyword

source§

fn from(variant_struct: As) -> Self

Converts to this type from the input type.
source§

impl From<Async> for TSXKeyword

source§

fn from(variant_struct: Async) -> Self

Converts to this type from the input type.
source§

impl From<Await> for TSXKeyword

source§

fn from(variant_struct: Await) -> Self

Converts to this type from the input type.
source§

impl From<Break> for TSXKeyword

source§

fn from(variant_struct: Break) -> Self

Converts to this type from the input type.
source§

impl From<Case> for TSXKeyword

source§

fn from(variant_struct: Case) -> Self

Converts to this type from the input type.
source§

impl From<Catch> for TSXKeyword

source§

fn from(variant_struct: Catch) -> Self

Converts to this type from the input type.
source§

impl From<Class> for TSXKeyword

source§

fn from(variant_struct: Class) -> Self

Converts to this type from the input type.
source§

impl From<Const> for TSXKeyword

source§

fn from(variant_struct: Const) -> Self

Converts to this type from the input type.
source§

impl From<Constructor> for TSXKeyword

source§

fn from(variant_struct: Constructor) -> Self

Converts to this type from the input type.
source§

impl From<Continue> for TSXKeyword

source§

fn from(variant_struct: Continue) -> Self

Converts to this type from the input type.
source§

impl From<Debugger> for TSXKeyword

source§

fn from(variant_struct: Debugger) -> Self

Converts to this type from the input type.
source§

impl From<Declare> for TSXKeyword

source§

fn from(variant_struct: Declare) -> Self

Converts to this type from the input type.
source§

impl From<Default> for TSXKeyword

source§

fn from(variant_struct: Default) -> Self

Converts to this type from the input type.
source§

impl From<Delete> for TSXKeyword

source§

fn from(variant_struct: Delete) -> Self

Converts to this type from the input type.
source§

impl From<Do> for TSXKeyword

source§

fn from(variant_struct: Do) -> Self

Converts to this type from the input type.
source§

impl From<Else> for TSXKeyword

source§

fn from(variant_struct: Else) -> Self

Converts to this type from the input type.
source§

impl From<Enum> for TSXKeyword

source§

fn from(variant_struct: Enum) -> Self

Converts to this type from the input type.
source§

impl From<Export> for TSXKeyword

source§

fn from(variant_struct: Export) -> Self

Converts to this type from the input type.
source§

impl From<Extends> for TSXKeyword

source§

fn from(variant_struct: Extends) -> Self

Converts to this type from the input type.
source§

impl From<False> for TSXKeyword

source§

fn from(variant_struct: False) -> Self

Converts to this type from the input type.
source§

impl From<Finally> for TSXKeyword

source§

fn from(variant_struct: Finally) -> Self

Converts to this type from the input type.
source§

impl From<For> for TSXKeyword

source§

fn from(variant_struct: For) -> Self

Converts to this type from the input type.
source§

impl From<From> for TSXKeyword

source§

fn from(variant_struct: From) -> Self

Converts to this type from the input type.
source§

impl From<Function> for TSXKeyword

source§

fn from(variant_struct: Function) -> Self

Converts to this type from the input type.
source§

impl From<Generator> for TSXKeyword

source§

fn from(variant_struct: Generator) -> Self

Converts to this type from the input type.
source§

impl From<Get> for TSXKeyword

source§

fn from(variant_struct: Get) -> Self

Converts to this type from the input type.
source§

impl From<If> for TSXKeyword

source§

fn from(variant_struct: If) -> Self

Converts to this type from the input type.
source§

impl From<Implements> for TSXKeyword

source§

fn from(variant_struct: Implements) -> Self

Converts to this type from the input type.
source§

impl From<Import> for TSXKeyword

source§

fn from(variant_struct: Import) -> Self

Converts to this type from the input type.
source§

impl From<In> for TSXKeyword

source§

fn from(variant_struct: In) -> Self

Converts to this type from the input type.
source§

impl From<Infer> for TSXKeyword

source§

fn from(variant_struct: Infer) -> Self

Converts to this type from the input type.
source§

impl From<InstanceOf> for TSXKeyword

source§

fn from(variant_struct: InstanceOf) -> Self

Converts to this type from the input type.
source§

impl From<Interface> for TSXKeyword

source§

fn from(variant_struct: Interface) -> Self

Converts to this type from the input type.
source§

impl From<Is> for TSXKeyword

source§

fn from(variant_struct: Is) -> Self

Converts to this type from the input type.
source§

impl From<KeyOf> for TSXKeyword

source§

fn from(variant_struct: KeyOf) -> Self

Converts to this type from the input type.
source§

impl From<Let> for TSXKeyword

source§

fn from(variant_struct: Let) -> Self

Converts to this type from the input type.
source§

impl From<Module> for TSXKeyword

source§

fn from(variant_struct: Module) -> Self

Converts to this type from the input type.
source§

impl From<Namespace> for TSXKeyword

source§

fn from(variant_struct: Namespace) -> Self

Converts to this type from the input type.
source§

impl From<New> for TSXKeyword

source§

fn from(variant_struct: New) -> Self

Converts to this type from the input type.
source§

impl From<Nominal> for TSXKeyword

source§

fn from(variant_struct: Nominal) -> Self

Converts to this type from the input type.
source§

impl From<Null> for TSXKeyword

source§

fn from(variant_struct: Null) -> Self

Converts to this type from the input type.
source§

impl From<Of> for TSXKeyword

source§

fn from(variant_struct: Of) -> Self

Converts to this type from the input type.
source§

impl From<Performs> for TSXKeyword

source§

fn from(variant_struct: Performs) -> Self

Converts to this type from the input type.
source§

impl From<Private> for TSXKeyword

source§

fn from(variant_struct: Private) -> Self

Converts to this type from the input type.
source§

impl From<Protected> for TSXKeyword

source§

fn from(variant_struct: Protected) -> Self

Converts to this type from the input type.
source§

impl From<Public> for TSXKeyword

source§

fn from(variant_struct: Public) -> Self

Converts to this type from the input type.
source§

impl From<Readonly> for TSXKeyword

source§

fn from(variant_struct: Readonly) -> Self

Converts to this type from the input type.
source§

impl From<Return> for TSXKeyword

source§

fn from(variant_struct: Return) -> Self

Converts to this type from the input type.
source§

impl From<Satisfies> for TSXKeyword

source§

fn from(variant_struct: Satisfies) -> Self

Converts to this type from the input type.
source§

impl From<Server> for TSXKeyword

source§

fn from(variant_struct: Server) -> Self

Converts to this type from the input type.
source§

impl From<Set> for TSXKeyword

source§

fn from(variant_struct: Set) -> Self

Converts to this type from the input type.
source§

impl From<Static> for TSXKeyword

source§

fn from(variant_struct: Static) -> Self

Converts to this type from the input type.
source§

impl From<Super> for TSXKeyword

source§

fn from(variant_struct: Super) -> Self

Converts to this type from the input type.
source§

impl From<Switch> for TSXKeyword

source§

fn from(variant_struct: Switch) -> Self

Converts to this type from the input type.
source§

impl From<This> for TSXKeyword

source§

fn from(variant_struct: This) -> Self

Converts to this type from the input type.
source§

impl From<Throw> for TSXKeyword

source§

fn from(variant_struct: Throw) -> Self

Converts to this type from the input type.
source§

impl From<True> for TSXKeyword

source§

fn from(variant_struct: True) -> Self

Converts to this type from the input type.
source§

impl From<Try> for TSXKeyword

source§

fn from(variant_struct: Try) -> Self

Converts to this type from the input type.
source§

impl From<Type> for TSXKeyword

source§

fn from(variant_struct: Type) -> Self

Converts to this type from the input type.
source§

impl From<TypeOf> for TSXKeyword

source§

fn from(variant_struct: TypeOf) -> Self

Converts to this type from the input type.
source§

impl From<Var> for TSXKeyword

source§

fn from(variant_struct: Var) -> Self

Converts to this type from the input type.
source§

impl From<Void> for TSXKeyword

source§

fn from(variant_struct: Void) -> Self

Converts to this type from the input type.
source§

impl From<While> for TSXKeyword

source§

fn from(variant_struct: While) -> Self

Converts to this type from the input type.
source§

impl From<Yield> for TSXKeyword

source§

fn from(variant_struct: Yield) -> Self

Converts to this type from the input type.
source§

impl PartialEq<TSXKeyword> for TSXKeyword

source§

fn eq(&self, other: &TSXKeyword) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl TryFrom<TSXKeyword> for Abstract

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for As

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Async

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Await

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Break

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Case

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Catch

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Class

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Const

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Constructor

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Continue

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Debugger

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Declare

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Default

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Delete

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Do

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Else

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Enum

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Export

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Extends

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for False

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Finally

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for For

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for From

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Function

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Generator

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Get

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for If

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Implements

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Import

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for In

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Infer

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for InstanceOf

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Interface

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Is

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for KeyOf

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Let

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Module

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Namespace

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for New

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Nominal

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Null

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Of

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Performs

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Private

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Protected

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Public

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Readonly

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Return

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Satisfies

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Server

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Set

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Static

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Super

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Switch

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for This

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Throw

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for True

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Try

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Type

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for TypeOf

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Var

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Void

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for While

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<TSXKeyword> for Yield

§

type Error = TSXKeyword

The type returned in the event of a conversion error.
source§

fn try_from(enum_variant: TSXKeyword) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl Eq for TSXKeyword

source§

impl StructuralEq for TSXKeyword

source§

impl StructuralPartialEq for TSXKeyword

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.