Struct dagger_sdk::QueryHttpOptsBuilder
source · pub struct QueryHttpOptsBuilder { /* private fields */ }Expand description
Builder for QueryHttpOpts.
Implementations§
source§impl QueryHttpOptsBuilder
impl QueryHttpOptsBuilder
sourcepub fn experimental_service_host<VALUE: Into<ContainerId>>(
&mut self,
value: VALUE
) -> &mut Self
pub fn experimental_service_host<VALUE: Into<ContainerId>>( &mut self, value: VALUE ) -> &mut Self
A service which must be started before the URL is fetched.
sourcepub fn build(&self) -> Result<QueryHttpOpts, QueryHttpOptsBuilderError>
pub fn build(&self) -> Result<QueryHttpOpts, QueryHttpOptsBuilderError>
Trait Implementations§
source§impl Clone for QueryHttpOptsBuilder
impl Clone for QueryHttpOptsBuilder
source§fn clone(&self) -> QueryHttpOptsBuilder
fn clone(&self) -> QueryHttpOptsBuilder
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