pub struct EnvFileVariablesOptsBuilder { /* private fields */ }
Expand description
Builder for EnvFileVariablesOpts
.
Implementations§
Source§impl EnvFileVariablesOptsBuilder
impl EnvFileVariablesOptsBuilder
Sourcepub fn raw<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn raw<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
Return values exactly as written to the file. No quote removal or variable expansion
Sourcepub fn build(
&self,
) -> Result<EnvFileVariablesOpts, EnvFileVariablesOptsBuilderError>
pub fn build( &self, ) -> Result<EnvFileVariablesOpts, EnvFileVariablesOptsBuilderError>
Trait Implementations§
Source§impl Clone for EnvFileVariablesOptsBuilder
impl Clone for EnvFileVariablesOptsBuilder
Source§fn clone(&self) -> EnvFileVariablesOptsBuilder
fn clone(&self) -> EnvFileVariablesOptsBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for EnvFileVariablesOptsBuilder
impl RefUnwindSafe for EnvFileVariablesOptsBuilder
impl Send for EnvFileVariablesOptsBuilder
impl Sync for EnvFileVariablesOptsBuilder
impl Unpin for EnvFileVariablesOptsBuilder
impl UnwindSafe for EnvFileVariablesOptsBuilder
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