Struct dagger_sdk::QueryHttpOpts
source · pub struct QueryHttpOpts {
pub experimental_service_host: Option<ContainerId>,
}Fields§
§experimental_service_host: Option<ContainerId>A service which must be started before the URL is fetched.
Trait Implementations§
source§impl Debug for QueryHttpOpts
impl Debug for QueryHttpOpts
source§impl PartialEq<QueryHttpOpts> for QueryHttpOpts
impl PartialEq<QueryHttpOpts> for QueryHttpOpts
source§fn eq(&self, other: &QueryHttpOpts) -> bool
fn eq(&self, other: &QueryHttpOpts) -> bool
This method tests for
self and other values to be equal, and is used
by ==.