pub struct DefaultResolver {}Expand description
Default resolver that does not resolves to any alterantive/custom configuration filename
Trait Implementations§
Source§impl CFGResolver for DefaultResolver
impl CFGResolver for DefaultResolver
fn get_from_argument(&self) -> Option<&str>
Auto Trait Implementations§
impl Freeze for DefaultResolver
impl RefUnwindSafe for DefaultResolver
impl Send for DefaultResolver
impl Sync for DefaultResolver
impl Unpin for DefaultResolver
impl UnwindSafe for DefaultResolver
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