pub struct EnvStore;Expand description
Token env lookups: IGNITION_TOKEN_<PROFILE_UP> (profile uppercased,
non-alphanumeric → _) → the profile’s token_env var name → generic
IGNITION_TOKEN.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvStore
impl RefUnwindSafe for EnvStore
impl Send for EnvStore
impl Sync for EnvStore
impl Unpin for EnvStore
impl UnsafeUnpin for EnvStore
impl UnwindSafe for EnvStore
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