pub enum Keyword {
Show 121 variants
About,
Abstract,
Accept,
Action,
Actor,
After,
Alias,
All,
Allocate,
Allocation,
Analysis,
And,
As,
Assert,
Assign,
Assoc,
Assume,
At,
Attribute,
Bind,
Binding,
Block,
By,
Calc,
Case,
Comment,
Concern,
Connect,
Connection,
Constraint,
Decide,
Def,
Default,
Defined,
Dependency,
Derived,
Do,
Doc,
Else,
End,
Entry,
Enum,
Event,
Exhibit,
Exit,
Expose,
Filter,
First,
Flow,
For,
Fork,
Frame,
From,
HasType,
If,
Implies,
Import,
In,
Include,
Individual,
InOut,
Interface,
IsType,
Item,
Join,
Language,
Loop,
Merge,
Message,
Metadata,
NonUnique,
Not,
Objective,
Occurrence,
Of,
Or,
Ordered,
Out,
Package,
Parallel,
Part,
Perform,
Port,
Private,
Protected,
Public,
ReadOnly,
Redefines,
Ref,
References,
Render,
Rendering,
Rep,
Require,
Requirement,
Return,
Satisfy,
Send,
Snapshot,
Specializes,
Stakeholder,
State,
Subject,
Subsets,
Succession,
Then,
TimeSlice,
To,
Transition,
Until,
Use,
Variant,
Variation,
Verification,
Verify,
Via,
View,
Viewpoint,
When,
While,
Xor,
}
Variants§
About
Abstract
Accept
Action
Actor
After
Alias
All
Allocate
Allocation
Analysis
And
As
Assert
Assign
Assoc
Assume
At
Attribute
Bind
Binding
Block
By
Calc
Case
Comment
Concern
Connect
Connection
Constraint
Decide
Def
Default
Defined
Dependency
Derived
Do
Doc
Else
End
Entry
Enum
Event
Exhibit
Exit
Expose
Filter
First
Flow
For
Fork
Frame
From
HasType
If
Implies
Import
In
Include
Individual
InOut
Interface
IsType
Item
Join
Language
Loop
Merge
Message
Metadata
NonUnique
Not
Objective
Occurrence
Of
Or
Ordered
Out
Package
Parallel
Part
Perform
Port
Private
Protected
Public
ReadOnly
Redefines
Ref
References
Render
Rendering
Rep
Require
Requirement
Return
Satisfy
Send
Snapshot
Specializes
Stakeholder
State
Subject
Subsets
Succession
Then
TimeSlice
To
Transition
Until
Use
Variant
Variation
Verification
Verify
Via
View
Viewpoint
When
While
Xor
Trait Implementations§
Source§impl PartialOrd for Keyword
impl PartialOrd for Keyword
impl Copy for Keyword
impl Eq for Keyword
impl StructuralPartialEq for Keyword
Auto Trait Implementations§
impl Freeze for Keyword
impl RefUnwindSafe for Keyword
impl Send for Keyword
impl Sync for Keyword
impl Unpin for Keyword
impl UnwindSafe for Keyword
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