pub enum Kw {
Show 28 variants
Module,
Extends,
Constant,
Variable,
Let,
In,
If,
Then,
Else,
Choose,
Case,
Other,
Assume,
Theorem,
Instance,
With,
Local,
Recursive,
Lambda,
Proof,
Except,
True,
False,
Domain,
Subset,
Union,
Enabled,
Unchanged,
}Variants§
Module
Extends
Constant
Variable
Let
In
If
Then
Else
Choose
Case
Other
Assume
Theorem
Instance
With
Local
Recursive
Lambda
Proof
A keyword that only appears inside a TLAPS proof.
Except
True
False
Domain
Subset
Union
Enabled
Unchanged
Implementations§
Trait Implementations§
impl Copy for Kw
impl Eq for Kw
impl StructuralPartialEq for Kw
Auto Trait Implementations§
impl Freeze for Kw
impl RefUnwindSafe for Kw
impl Send for Kw
impl Sync for Kw
impl Unpin for Kw
impl UnsafeUnpin for Kw
impl UnwindSafe for Kw
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