pub enum FuncArgs {
Exprs(Token, ExprList, Token),
Table(Table),
String(StringExpr),
}
Variants§
Trait Implementations§
Source§impl Comments for FuncArgs
impl Comments for FuncArgs
fn get_comments(&self) -> Vec<&str>
fn has_comments(&self) -> bool
impl StructuralPartialEq for FuncArgs
Auto Trait Implementations§
impl Freeze for FuncArgs
impl RefUnwindSafe for FuncArgs
impl Send for FuncArgs
impl Sync for FuncArgs
impl Unpin for FuncArgs
impl UnwindSafe for FuncArgs
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