pub struct FileAsEnvFileOpts {
pub expand: Option<bool>,
}Fields§
§expand: Option<bool>Replace “${VAR}” or “$VAR” with the value of other vars
Trait Implementations§
Source§impl Debug for FileAsEnvFileOpts
impl Debug for FileAsEnvFileOpts
Source§impl PartialEq for FileAsEnvFileOpts
impl PartialEq for FileAsEnvFileOpts
Source§fn eq(&self, other: &FileAsEnvFileOpts) -> bool
fn eq(&self, other: &FileAsEnvFileOpts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FileAsEnvFileOpts
Auto Trait Implementations§
impl Freeze for FileAsEnvFileOpts
impl RefUnwindSafe for FileAsEnvFileOpts
impl Send for FileAsEnvFileOpts
impl Sync for FileAsEnvFileOpts
impl Unpin for FileAsEnvFileOpts
impl UnsafeUnpin for FileAsEnvFileOpts
impl UnwindSafe for FileAsEnvFileOpts
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