Struct dagger_sdk::EnvVariable
source · pub struct EnvVariable {
pub proc: Arc<Child>,
pub selection: Selection,
pub conn: ConnectParams,
}Fields§
§proc: Arc<Child>§selection: Selection§conn: ConnectParamsImplementations§
Trait Implementations§
source§impl Clone for EnvVariable
impl Clone for EnvVariable
source§fn clone(&self) -> EnvVariable
fn clone(&self) -> EnvVariable
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more