pub enum HtmlPart {
Literal(String),
Eval(String),
Unescaped(String),
Block(String),
Import(String),
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HtmlPart
impl RefUnwindSafe for HtmlPart
impl Send for HtmlPart
impl Sync for HtmlPart
impl Unpin for HtmlPart
impl UnwindSafe for HtmlPart
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