pub struct Dotenv { /* private fields */ }Expand description
Parsed dotenv content
Implementations§
Auto Trait Implementations§
impl Freeze for Dotenv
impl RefUnwindSafe for Dotenv
impl Send for Dotenv
impl Sync for Dotenv
impl Unpin for Dotenv
impl UnsafeUnpin for Dotenv
impl UnwindSafe for Dotenv
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