pub enum Reload {
Debug,
Always,
Never,
Expr(Rc<Expr>),
}Expand description
Runtime template reload behavior.
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Reload
impl RefUnwindSafe for Reload
impl !Send for Reload
impl !Sync for Reload
impl Unpin for Reload
impl UnwindSafe for Reload
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