pub struct EnvBuilder { /* private fields */ }Expand description
Builder for environment variables
Implementations§
Trait Implementations§
Source§impl Clone for EnvBuilder
impl Clone for EnvBuilder
Source§fn clone(&self) -> EnvBuilder
fn clone(&self) -> EnvBuilder
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 moreSource§impl Debug for EnvBuilder
impl Debug for EnvBuilder
Source§impl Default for EnvBuilder
impl Default for EnvBuilder
Source§fn default() -> EnvBuilder
fn default() -> EnvBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EnvBuilder
impl RefUnwindSafe for EnvBuilder
impl Send for EnvBuilder
impl Sync for EnvBuilder
impl Unpin for EnvBuilder
impl UnwindSafe for EnvBuilder
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