pub struct EnvStore { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<ConfigService> for EnvStore
impl From<ConfigService> for EnvStore
Source§fn from(config: ConfigService) -> Self
fn from(config: ConfigService) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EnvStore
impl RefUnwindSafe for EnvStore
impl Send for EnvStore
impl Sync for EnvStore
impl Unpin for EnvStore
impl UnsafeUnpin for EnvStore
impl UnwindSafe for EnvStore
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