Struct dagger_sdk::HostVariable
source · pub struct HostVariable {
pub proc: Arc<Child>,
pub selection: Selection,
pub graphql_client: DynGraphQLClient,
}Fields§
§proc: Arc<Child>§selection: Selection§graphql_client: DynGraphQLClientImplementations§
Trait Implementations§
source§impl Clone for HostVariable
impl Clone for HostVariable
source§fn clone(&self) -> HostVariable
fn clone(&self) -> HostVariable
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