pub enum ValuePart {
Text(String),
Interpolation(InterpolationNode),
}Variants§
Text(String)
Interpolation(InterpolationNode)
Trait Implementations§
impl Eq for ValuePart
impl StructuralPartialEq for ValuePart
Auto Trait Implementations§
impl Freeze for ValuePart
impl RefUnwindSafe for ValuePart
impl Send for ValuePart
impl Sync for ValuePart
impl Unpin for ValuePart
impl UnsafeUnpin for ValuePart
impl UnwindSafe for ValuePart
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