pub struct LayeredConfigSource<P, F> { /* private fields */ }Expand description
Generic primary/fallback source for non-env layered configuration.
Implementations§
Trait Implementations§
Source§impl<P, F> ConfigSource for LayeredConfigSource<P, F>where
P: ConfigSource,
F: ConfigSource,
impl<P, F> ConfigSource for LayeredConfigSource<P, F>where
P: ConfigSource,
F: ConfigSource,
Auto Trait Implementations§
impl<P, F> Freeze for LayeredConfigSource<P, F>
impl<P, F> RefUnwindSafe for LayeredConfigSource<P, F>where
P: RefUnwindSafe,
F: RefUnwindSafe,
impl<P, F> Send for LayeredConfigSource<P, F>
impl<P, F> Sync for LayeredConfigSource<P, F>
impl<P, F> Unpin for LayeredConfigSource<P, F>
impl<P, F> UnsafeUnpin for LayeredConfigSource<P, F>where
P: UnsafeUnpin,
F: UnsafeUnpin,
impl<P, F> UnwindSafe for LayeredConfigSource<P, F>where
P: UnwindSafe,
F: 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