pub struct TEMPLATE { /* private fields */ }Expand description
Collections of vm-templates, can be updated in runtime.
Trait Implementations§
Source§impl Deref for TEMPLATE
impl Deref for TEMPLATE
Source§type Target = TemplateCtrl
type Target = TemplateCtrl
The resulting type after dereferencing.
Source§fn deref(&self) -> &TemplateCtrl
fn deref(&self) -> &TemplateCtrl
Dereferences the value.
impl LazyStatic for TEMPLATE
Auto Trait Implementations§
impl Freeze for TEMPLATE
impl RefUnwindSafe for TEMPLATE
impl Send for TEMPLATE
impl Sync for TEMPLATE
impl Unpin for TEMPLATE
impl UnwindSafe for TEMPLATE
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