Struct pomelo_parse::parser::Checkpoint
source · pub(crate) struct Checkpoint(Checkpoint);
Expand description
A wrapper for [rowan::Checkpoint
].
Tuple Fields§
§0: Checkpoint
Trait Implementations§
source§impl Clone for Checkpoint
impl Clone for Checkpoint
source§fn clone(&self) -> Checkpoint
fn clone(&self) -> Checkpoint
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