pub struct CompiledInterpolation<'s> { /* private fields */ }
Implementations§
source§impl CompiledInterpolation<'_>
impl CompiledInterpolation<'_>
Trait Implementations§
source§impl<'s> Clone for CompiledInterpolation<'s>
impl<'s> Clone for CompiledInterpolation<'s>
source§fn clone(&self) -> CompiledInterpolation<'s>
fn clone(&self) -> CompiledInterpolation<'s>
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