pub struct LuaWhileStat { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LuaWhileStat
impl Clone for LuaWhileStat
Source§fn clone(&self) -> LuaWhileStat
fn clone(&self) -> LuaWhileStat
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 LuaWhileStat
impl Debug for LuaWhileStat
Source§impl Hash for LuaWhileStat
impl Hash for LuaWhileStat
Source§impl LuaAstNode for LuaWhileStat
impl LuaAstNode for LuaWhileStat
fn syntax(&self) -> &LuaSyntaxNode
fn can_cast(kind: LuaSyntaxKind) -> boolwhere
Self: Sized,
fn cast(syntax: LuaSyntaxNode) -> Option<Self>where
Self: Sized,
fn child<N: LuaAstNode>(&self) -> Option<N>
fn token<N: LuaAstToken>(&self) -> Option<N>
fn token_by_kind(&self, kind: LuaTokenKind) -> Option<LuaGeneralToken>
fn tokens<N: LuaAstToken>(&self) -> LuaAstTokenChildren<N> ⓘ
fn children<N: LuaAstNode>(&self) -> LuaAstChildren<N> ⓘ
fn descendants<N: LuaAstNode>(&self) -> impl Iterator<Item = N>
fn ancestors<N: LuaAstNode>(&self) -> impl Iterator<Item = N>
fn dump(&self)
Source§impl LuaCommentOwner for LuaWhileStat
impl LuaCommentOwner for LuaWhileStat
fn get_comments(&self) -> Vec<LuaComment>
Source§impl PartialEq for LuaWhileStat
impl PartialEq for LuaWhileStat
impl Eq for LuaWhileStat
impl StructuralPartialEq for LuaWhileStat
Auto Trait Implementations§
impl Freeze for LuaWhileStat
impl !RefUnwindSafe for LuaWhileStat
impl !Send for LuaWhileStat
impl !Sync for LuaWhileStat
impl Unpin for LuaWhileStat
impl !UnwindSafe for LuaWhileStat
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)