pub struct CompiledInterpolation<'s> { /* private fields */ }
Implementations
sourceimpl CompiledInterpolation<'_>
impl CompiledInterpolation<'_>
Trait Implementations
sourceimpl<'s> Clone for CompiledInterpolation<'s>
impl<'s> Clone for CompiledInterpolation<'s>
sourcefn clone(&self) -> CompiledInterpolation<'s>
fn clone(&self) -> CompiledInterpolation<'s>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl<'s> RefUnwindSafe for CompiledInterpolation<'s>
impl<'s> Send for CompiledInterpolation<'s>
impl<'s> Sync for CompiledInterpolation<'s>
impl<'s> Unpin for CompiledInterpolation<'s>
impl<'s> UnwindSafe for CompiledInterpolation<'s>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more