pub struct ProvisionedEnv {
pub resource_name: String,
pub values: BTreeMap<String, String>,
}Expand description
A multi-variable catalog provision result: the resource name and the requested env vars that were returned (only those found).
Fields§
§resource_name: String§values: BTreeMap<String, String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProvisionedEnv
impl RefUnwindSafe for ProvisionedEnv
impl Send for ProvisionedEnv
impl Sync for ProvisionedEnv
impl Unpin for ProvisionedEnv
impl UnsafeUnpin for ProvisionedEnv
impl UnwindSafe for ProvisionedEnv
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