[][src]Enum moore_vhdl_syntax::lexer::token::Kw

pub enum Kw {
    Abs,
    Access,
    After,
    Alias,
    All,
    And,
    Architecture,
    Array,
    Assert,
    Assume,
    AssumeGuarantee,
    Attribute,
    Begin,
    Block,
    Body,
    Buffer,
    Bus,
    Case,
    Component,
    Configuration,
    Constant,
    Context,
    Cover,
    Default,
    Disconnect,
    Downto,
    Else,
    Elsif,
    End,
    Entity,
    Exit,
    Fairness,
    File,
    For,
    Force,
    Function,
    Generate,
    Generic,
    Group,
    Guarded,
    If,
    Impure,
    In,
    Inertial,
    Inout,
    Is,
    Label,
    Library,
    Linkage,
    Literal,
    Loop,
    Map,
    Mod,
    Nand,
    New,
    Next,
    Nor,
    Not,
    Null,
    Of,
    On,
    Open,
    Or,
    Others,
    Out,
    Package,
    Parameter,
    Port,
    Postponed,
    Procedure,
    Process,
    Property,
    Protected,
    Pure,
    Range,
    Record,
    Register,
    Reject,
    Release,
    Rem,
    Report,
    Restrict,
    RestrictGuarantee,
    Return,
    Rol,
    Ror,
    Select,
    Sequence,
    Severity,
    Shared,
    Signal,
    Sla,
    Sll,
    Sra,
    Srl,
    Strong,
    Subtype,
    Then,
    To,
    Transport,
    Type,
    Unaffected,
    Units,
    Until,
    Use,
    Variable,
    Vmode,
    Vprop,
    Vunit,
    Wait,
    When,
    While,
    With,
    Xnor,
    Xor,
}

Variants

Abs
Access
After
Alias
All
And
Architecture
Array
Assert
Assume
AssumeGuarantee
Attribute
Begin
Block
Body
Buffer
Bus
Case
Component
Configuration
Constant
Context
Cover
Default
Disconnect
Downto
Else
Elsif
End
Entity
Exit
Fairness
File
For
Force
Function
Generate
Generic
Group
Guarded
If
Impure
In
Inertial
Inout
Is
Label
Library
Linkage
Literal
Loop
Map
Mod
Nand
New
Next
Nor
Not
Null
Of
On
Open
Or
Others
Out
Package
Parameter
Port
Postponed
Procedure
Process
Property
Protected
Pure
Range
Record
Register
Reject
Release
Rem
Report
Restrict
RestrictGuarantee
Return
Rol
Ror
Select
Sequence
Severity
Shared
Signal
Sla
Sll
Sra
Srl
Strong
Subtype
Then
To
Transport
Type
Unaffected
Units
Until
Use
Variable
Vmode
Vprop
Vunit
Wait
When
While
With
Xnor
Xor

Methods

impl Kw[src]

pub fn as_str(self) -> &'static str[src]

Trait Implementations

impl Clone for Kw[src]

impl Copy for Kw[src]

impl Debug for Kw[src]

impl Display for Kw[src]

impl Eq for Kw[src]

impl Hash for Kw[src]

impl Ord for Kw[src]

impl PartialEq<Kw> for Kw[src]

impl PartialOrd<Kw> for Kw[src]

impl StructuralEq for Kw[src]

impl StructuralPartialEq for Kw[src]

Auto Trait Implementations

impl RefUnwindSafe for Kw

impl Send for Kw

impl Sync for Kw

impl Unpin for Kw

impl UnwindSafe for Kw

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.