pub enum LessInterpolatedStrElement<'a> {
Variable(LessVariableInterpolation<'a>),
Property(LessPropertyInterpolation<'a>),
Static(InterpolableStrStaticPart<'a>),
}Variants§
Variable(LessVariableInterpolation<'a>)
Property(LessPropertyInterpolation<'a>)
Static(InterpolableStrStaticPart<'a>)
Implementations§
§impl<'a> LessInterpolatedStrElement<'a>
impl<'a> LessInterpolatedStrElement<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for LessInterpolatedStrElement<'a>
impl<'a> RefUnwindSafe for LessInterpolatedStrElement<'a>
impl<'a> Send for LessInterpolatedStrElement<'a>
impl<'a> Sync for LessInterpolatedStrElement<'a>
impl<'a> Unpin for LessInterpolatedStrElement<'a>
impl<'a> UnsafeUnpin for LessInterpolatedStrElement<'a>
impl<'a> UnwindSafe for LessInterpolatedStrElement<'a>
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