pub struct ConfigurationSources;
Expand description
facade to create new sources
Implementations§
Source§impl ConfigurationSources
impl ConfigurationSources
pub fn new_config_builder() -> Box<dyn ConfigurationSourceConfigBuilder>
pub fn new_config(name: &str) -> Box<dyn ConfigurationSourceConfig>
Auto Trait Implementations§
impl Freeze for ConfigurationSources
impl RefUnwindSafe for ConfigurationSources
impl Send for ConfigurationSources
impl Sync for ConfigurationSources
impl Unpin for ConfigurationSources
impl UnwindSafe for ConfigurationSources
Blanket Implementations§
Source§impl<T> AnyExtension for Twhere
T: ?Sized,
impl<T> AnyExtension for Twhere
T: ?Sized,
Source§impl<T> AsAny for Twhere
T: Any,
impl<T> AsAny for Twhere
T: Any,
fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
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