pub struct SpecFile {
pub path: &'static str,
pub findup: bool,
pub scope: FileScope,
pub format: Option<&'static str>,
}Expand description
A config file declaration. Slice order is ascending precedence.
Fields§
§path: &'static str§findup: bool§scope: FileScope§format: Option<&'static str>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpecFile
impl RefUnwindSafe for SpecFile
impl Send for SpecFile
impl Sync for SpecFile
impl Unpin for SpecFile
impl UnsafeUnpin for SpecFile
impl UnwindSafe for SpecFile
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