pub struct EnvPaths {
pub root_env_path: Option<String>,
pub schema_env_path: Option<String>,
}Fields§
§root_env_path: Option<String>§schema_env_path: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for EnvPaths
impl<'de> Deserialize<'de> for EnvPaths
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EnvPaths
impl RefUnwindSafe for EnvPaths
impl Send for EnvPaths
impl Sync for EnvPaths
impl Unpin for EnvPaths
impl UnwindSafe for EnvPaths
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