pub enum LuauNode {
}Expand description
Enum encapsulating every Luau node.
Variants§
BinaryOp(BinaryOp)
Block(Block)
Call(Call)
Deref(Deref)
Range(Range)
ForIn(ForIn)
Function(Function)
If(If)
Let(Let)
Ref(Ref)
Return(Return)
While(While)
Value(Value)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LuauNode
impl RefUnwindSafe for LuauNode
impl Send for LuauNode
impl Sync for LuauNode
impl Unpin for LuauNode
impl UnwindSafe for LuauNode
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