pub enum NodeType {
Show 14 variants
Char,
Zombie,
Merchant,
Potion,
SpellBook,
FnBuys,
FnAttacks,
FnUses,
FnShouts,
FnShoutsSpeak,
FnWhispers,
FnWhispersSpeak,
FnUsesCasting,
FnBody,
}
Variants§
Char
Zombie
Merchant
Potion
SpellBook
FnBuys
FnAttacks
FnUses
FnShouts
FnShoutsSpeak
c1 shouts sb1 casting speak()
FnWhispers
FnWhispersSpeak
c1 shouts sb1 casting speak()
FnUsesCasting
A spell book function cast
FnBody
The body of a FnUsesCasting
statement of type TimeWarp
.
“SpellBody”
Trait Implementations§
impl StructuralPartialEq for NodeType
Auto Trait Implementations§
impl Freeze for NodeType
impl RefUnwindSafe for NodeType
impl Send for NodeType
impl Sync for NodeType
impl Unpin for NodeType
impl UnwindSafe for NodeType
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