Enum env_loader::ConfigLoaderError
source · pub enum ConfigLoaderError {
NoEnvFile,
ValueNotInEnv(&'static str),
IncorrectValueType(&'static str),
IsNotPartOfRuntime(&'static str),
WrongConvertion,
WrongTypeTryingToGet(&'static str),
}
Variants§
NoEnvFile
ValueNotInEnv(&'static str)
IncorrectValueType(&'static str)
IsNotPartOfRuntime(&'static str)
WrongConvertion
WrongTypeTryingToGet(&'static str)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ConfigLoaderError
impl Send for ConfigLoaderError
impl Sync for ConfigLoaderError
impl Unpin for ConfigLoaderError
impl UnwindSafe for ConfigLoaderError
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