pub struct ConfigManager { /* private fields */ }Expand description
Manager for ADR configuration.
Implementations§
Source§impl ConfigManager
impl ConfigManager
Sourcepub fn is_initialized(&self) -> Result<bool, Error>
pub fn is_initialized(&self) -> Result<bool, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfigManager
impl RefUnwindSafe for ConfigManager
impl Send for ConfigManager
impl Sync for ConfigManager
impl Unpin for ConfigManager
impl UnwindSafe for ConfigManager
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