pub enum LiteralTemplatePart {
Substitution(Node<Expression>),
String(String),
}
Variants§
Substitution(Node<Expression>)
String(String)
Auto Trait Implementations§
impl Freeze for LiteralTemplatePart
impl !RefUnwindSafe for LiteralTemplatePart
impl !Send for LiteralTemplatePart
impl !Sync for LiteralTemplatePart
impl Unpin for LiteralTemplatePart
impl !UnwindSafe for LiteralTemplatePart
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