pub struct Provider(/* private fields */);Available on crate feature
chained only.Expand description
Represents a chained configuration provider.
Implementations§
Source§impl Provider
impl Provider
Sourcepub fn new(configuration: Arc<Configuration>) -> Self
pub fn new(configuration: Arc<Configuration>) -> Self
Initializes a new chained configuration provider.
§Arguments
configuration- The configuration to chain
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Provider
impl !RefUnwindSafe for Provider
impl Send for Provider
impl Sync for Provider
impl Unpin for Provider
impl UnsafeUnpin for Provider
impl !UnwindSafe for Provider
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