pub struct EnvFileGetOptsBuilder { /* private fields */ }
Expand description
Builder for EnvFileGetOpts
.
Implementations§
Source§impl EnvFileGetOptsBuilder
impl EnvFileGetOptsBuilder
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 the value exactly as written to the file. No quote removal or variable expansion
Sourcepub fn build(&self) -> Result<EnvFileGetOpts, EnvFileGetOptsBuilderError>
pub fn build(&self) -> Result<EnvFileGetOpts, EnvFileGetOptsBuilderError>
Trait Implementations§
Source§impl Clone for EnvFileGetOptsBuilder
impl Clone for EnvFileGetOptsBuilder
Source§fn clone(&self) -> EnvFileGetOptsBuilder
fn clone(&self) -> EnvFileGetOptsBuilder
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 EnvFileGetOptsBuilder
impl RefUnwindSafe for EnvFileGetOptsBuilder
impl Send for EnvFileGetOptsBuilder
impl Sync for EnvFileGetOptsBuilder
impl Unpin for EnvFileGetOptsBuilder
impl UnwindSafe for EnvFileGetOptsBuilder
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