pub enum TwigMode {
Template,
Expression,
}Expand description
Twig 模板引擎配置
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TwigMode
impl RefUnwindSafe for TwigMode
impl Send for TwigMode
impl Sync for TwigMode
impl Unpin for TwigMode
impl UnwindSafe for TwigMode
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