pub struct EnvOutput {
pub env_file: GeneratedFile,
pub ctx: BTreeMap<String, String>,
}Expand description
Result of generating env for a service.
Fields§
§env_file: GeneratedFile§ctx: BTreeMap<String, String>The template context used during generation (for auth registration, etc.).
Auto Trait Implementations§
impl Freeze for EnvOutput
impl RefUnwindSafe for EnvOutput
impl Send for EnvOutput
impl Sync for EnvOutput
impl Unpin for EnvOutput
impl UnsafeUnpin for EnvOutput
impl UnwindSafe for EnvOutput
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