Struct move_model::code_writer::CodeWriterLabel
source · pub struct CodeWriterLabel(_);
Expand description
A label which can be created at the code writers current output position to later insert code at this position.
Trait Implementations§
source§impl Clone for CodeWriterLabel
impl Clone for CodeWriterLabel
source§fn clone(&self) -> CodeWriterLabel
fn clone(&self) -> CodeWriterLabel
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