pub struct ConfigDiscovery;Expand description
Config file discovery
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfigDiscovery
impl RefUnwindSafe for ConfigDiscovery
impl Send for ConfigDiscovery
impl Sync for ConfigDiscovery
impl Unpin for ConfigDiscovery
impl UnwindSafe for ConfigDiscovery
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