pub enum TemplKind {
Main,
MainWrapper,
Layout,
Import,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TemplKind
impl RefUnwindSafe for TemplKind
impl Send for TemplKind
impl Sync for TemplKind
impl Unpin for TemplKind
impl UnwindSafe for TemplKind
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