pub struct TemplateImporter {}Implementations§
Trait Implementations§
Source§impl Default for TemplateImporter
impl Default for TemplateImporter
Source§fn default() -> TemplateImporter
fn default() -> TemplateImporter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TemplateImporter
impl RefUnwindSafe for TemplateImporter
impl Send for TemplateImporter
impl Sync for TemplateImporter
impl Unpin for TemplateImporter
impl UnsafeUnpin for TemplateImporter
impl UnwindSafe for TemplateImporter
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