pub struct CompiledInterpolation<'s> { /* private fields */ }
Implementations§
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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<'s> Freeze for CompiledInterpolation<'s>
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more