pub struct ConfigPathOptions<'a> {
pub app: &'a str,
pub path: Option<&'a str>,
pub default_file: Option<&'a str>,
}Fields§
§app: &'a str§path: Option<&'a str>§default_file: Option<&'a str>Auto Trait Implementations§
impl<'a> Freeze for ConfigPathOptions<'a>
impl<'a> RefUnwindSafe for ConfigPathOptions<'a>
impl<'a> Send for ConfigPathOptions<'a>
impl<'a> Sync for ConfigPathOptions<'a>
impl<'a> Unpin for ConfigPathOptions<'a>
impl<'a> UnsafeUnpin for ConfigPathOptions<'a>
impl<'a> UnwindSafe for ConfigPathOptions<'a>
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