Struct rush_parser::ast::ContinueStmt
source · pub struct ContinueStmt<'src> {
pub span: Span<'src>,
}
Fields§
§span: Span<'src>
Trait Implementations§
source§impl<'src> Clone for ContinueStmt<'src>
impl<'src> Clone for ContinueStmt<'src>
source§fn clone(&self) -> ContinueStmt<'src>
fn clone(&self) -> ContinueStmt<'src>
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 more