pub struct LocalStat {
pub local: Token,
pub names: VarList,
pub equal: Option<Token>,
pub exprs: Option<ExprList>,
}Fields§
§local: Token§names: VarList§equal: Option<Token>§exprs: Option<ExprList>Trait Implementations§
Source§impl Comments for LocalStat
impl Comments for LocalStat
fn get_comments(&self) -> Vec<&str>
fn has_comments(&self) -> bool
impl StructuralPartialEq for LocalStat
Auto Trait Implementations§
impl Freeze for LocalStat
impl RefUnwindSafe for LocalStat
impl Send for LocalStat
impl Sync for LocalStat
impl Unpin for LocalStat
impl UnwindSafe for LocalStat
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