pub enum Kind {
Structural,
Action,
Value,
Event,
Operator,
Enum,
Setting,
}Expand description
The kind of a catalog builtin.
Variants§
Structural
A structural keyword (If, End, Set Global Variable, …).
Action
An action function.
Value
A value function.
Event
An event.
Operator
An operator token (comparison operators).
Enum
An enumerated value domain.
Setting
A settings entry.
Implementations§
Trait Implementations§
impl Copy for Kind
impl Eq for Kind
Source§impl From<Kind> for FeatureKind
impl From<Kind> for FeatureKind
impl StructuralPartialEq for Kind
Auto Trait Implementations§
impl Freeze for Kind
impl RefUnwindSafe for Kind
impl Send for Kind
impl Sync for Kind
impl Unpin for Kind
impl UnsafeUnpin for Kind
impl UnwindSafe for Kind
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