pub struct ConfigurationManagers;Expand description
facade to create new managers
Implementations§
Source§impl ConfigurationManagers
impl ConfigurationManagers
pub fn new_config_builder() -> Box<dyn ConfigurationManagerConfigBuilder>
pub fn new_manager( config: Box<dyn ConfigurationManagerConfig>, ) -> Box<dyn ConfigurationManager>
Auto Trait Implementations§
impl Freeze for ConfigurationManagers
impl RefUnwindSafe for ConfigurationManagers
impl Send for ConfigurationManagers
impl Sync for ConfigurationManagers
impl Unpin for ConfigurationManagers
impl UnsafeUnpin for ConfigurationManagers
impl UnwindSafe for ConfigurationManagers
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