pub struct ConfigStack(/* private fields */);Expand description
A stack of configuration sources.
This struct represents a stack of configuration sources, where more specific sources (like branch-specific configuration) override more general sources (like global configuration).
Implementations§
Auto Trait Implementations§
impl Freeze for ConfigStack
impl !RefUnwindSafe for ConfigStack
impl Send for ConfigStack
impl Sync for ConfigStack
impl Unpin for ConfigStack
impl UnwindSafe for ConfigStack
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