pub enum TemplateFix {
Textual(String),
WithMetaVar(Template),
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TemplateFix
impl RefUnwindSafe for TemplateFix
impl Send for TemplateFix
impl Sync for TemplateFix
impl Unpin for TemplateFix
impl UnwindSafe for TemplateFix
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