Struct rss2email_lib::email::EnvLoader
source · pub struct EnvLoader { /* private fields */ }
Expand description
Holds all environment variables that are required by any email provider.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EnvLoader
impl Send for EnvLoader
impl Sync for EnvLoader
impl Unpin for EnvLoader
impl UnwindSafe for EnvLoader
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