pub struct Config<S, T = String>{
pub path: PathBuf,
pub root: Directive<S, T>,
}Fields§
§path: PathBuf§root: Directive<S, T>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S, T> Freeze for Config<S, T>where
T: Freeze,
impl<S, T> RefUnwindSafe for Config<S, T>where
T: RefUnwindSafe,
S: RefUnwindSafe,
impl<S, T> Send for Config<S, T>
impl<S, T> Sync for Config<S, T>
impl<S, T> Unpin for Config<S, T>
impl<S, T> UnwindSafe for Config<S, T>where
T: UnwindSafe,
S: UnwindSafe,
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