pub struct ForIn {
pub vars: Vec<String>,
pub iter: Box<LuauNode>,
pub body: Box<LuauNode>,
}Fields§
§vars: Vec<String>§iter: Box<LuauNode>§body: Box<LuauNode>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ForIn
impl RefUnwindSafe for ForIn
impl Send for ForIn
impl Sync for ForIn
impl Unpin for ForIn
impl UnwindSafe for ForIn
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