pub struct LuaForRangeStat { /* private fields */ }Implementations§
source§impl LuaForRangeStat
impl LuaForRangeStat
pub fn get_var_name_list(&self) -> LuaAstTokenChildren<LuaNameToken>
pub fn get_expr_list(&self) -> LuaAstChildren<LuaExpr>
pub fn get_block(&self) -> Option<LuaBlock>
Trait Implementations§
source§impl Clone for LuaForRangeStat
impl Clone for LuaForRangeStat
source§fn clone(&self) -> LuaForRangeStat
fn clone(&self) -> LuaForRangeStat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LuaForRangeStat
impl Debug for LuaForRangeStat
source§impl Hash for LuaForRangeStat
impl Hash for LuaForRangeStat
source§impl PartialEq for LuaForRangeStat
impl PartialEq for LuaForRangeStat
impl Eq for LuaForRangeStat
impl StructuralPartialEq for LuaForRangeStat
Auto Trait Implementations§
impl Freeze for LuaForRangeStat
impl !RefUnwindSafe for LuaForRangeStat
impl !Send for LuaForRangeStat
impl !Sync for LuaForRangeStat
impl Unpin for LuaForRangeStat
impl !UnwindSafe for LuaForRangeStat
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)