pub enum ItemTempl {
Use(ItemUse),
Const(ItemConst),
}Expand description
{{ <ItemTempl> }}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ItemTempl
impl RefUnwindSafe for ItemTempl
impl !Send for ItemTempl
impl !Sync for ItemTempl
impl Unpin for ItemTempl
impl UnwindSafe for ItemTempl
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