pub struct FindFileOptions {
pub forbid_ltxml: bool,
pub notex: bool,
pub ext_type: Option<Cow<'static, str>>,
pub search_paths_only: bool,
}Expand description
configuration for searching for a file in the local filesystem
Fields§
§forbid_ltxml: bool§notex: bool§ext_type: Option<Cow<'static, str>>§search_paths_only: boolTrait Implementations§
Source§impl Default for FindFileOptions
impl Default for FindFileOptions
Source§fn default() -> FindFileOptions
fn default() -> FindFileOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FindFileOptions
impl RefUnwindSafe for FindFileOptions
impl Send for FindFileOptions
impl Sync for FindFileOptions
impl Unpin for FindFileOptions
impl UnsafeUnpin for FindFileOptions
impl UnwindSafe for FindFileOptions
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