pub struct DirectorySourceOptions {
pub tpl_extension: String,
pub hidden: bool,
pub temporary: bool,
}Available on crate feature
dir_source only.Expand description
Options for importing template files from a directory.
Fields§
§tpl_extension: StringThe name extension for template files
Whether to include hidden files (file name that starts with .)
temporary: boolWhether to include temporary files (file name that starts with #)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirectorySourceOptions
impl RefUnwindSafe for DirectorySourceOptions
impl Send for DirectorySourceOptions
impl Sync for DirectorySourceOptions
impl Unpin for DirectorySourceOptions
impl UnwindSafe for DirectorySourceOptions
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