pub enum ForgeError {
TemplateUndefined,
TemplateError(TemplateError),
RenderError(RenderError),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ForgeError
impl !RefUnwindSafe for ForgeError
impl Send for ForgeError
impl Sync for ForgeError
impl Unpin for ForgeError
impl !UnwindSafe for ForgeError
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