pub struct TemplateFileDescriptor { /* private fields */ }Expand description
File descriptor for the template.
Holds raw template data, relative path for the file, and a flag that specifies whether the raw data should be treated as a template.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TemplateFileDescriptor
impl RefUnwindSafe for TemplateFileDescriptor
impl Send for TemplateFileDescriptor
impl Sync for TemplateFileDescriptor
impl Unpin for TemplateFileDescriptor
impl UnwindSafe for TemplateFileDescriptor
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
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<S> SetWithType for S
impl<S> SetWithType for S
Source§fn set_with_type<T, IntoT>(&mut self, component: IntoT)where
IntoT: Into<T>,
S: SetComponent<T, IntoT>,
fn set_with_type<T, IntoT>(&mut self, component: IntoT)where
IntoT: Into<T>,
S: SetComponent<T, IntoT>,
Function to set value of a component by its type.