pub struct EnvFileVariablesOpts {
pub raw: Option<bool>,
}
Fields§
§raw: Option<bool>
Return values exactly as written to the file. No quote removal or variable expansion
Trait Implementations§
Source§impl Debug for EnvFileVariablesOpts
impl Debug for EnvFileVariablesOpts
Source§impl PartialEq for EnvFileVariablesOpts
impl PartialEq for EnvFileVariablesOpts
impl StructuralPartialEq for EnvFileVariablesOpts
Auto Trait Implementations§
impl Freeze for EnvFileVariablesOpts
impl RefUnwindSafe for EnvFileVariablesOpts
impl Send for EnvFileVariablesOpts
impl Sync for EnvFileVariablesOpts
impl Unpin for EnvFileVariablesOpts
impl UnwindSafe for EnvFileVariablesOpts
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