pub enum TPart {
Text(String),
Expr(Rc<Expr>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TPart
impl !Send for TPart
impl !Sync for TPart
impl !UnwindSafe for TPart
impl Freeze for TPart
impl Unpin for TPart
impl UnsafeUnpin for TPart
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