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<ServiceId>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn experimental_service_host<VALUE: Into<ServiceId>>( &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 moreAuto Trait Implementations§
impl Freeze for QueryHttpOptsBuilder
impl RefUnwindSafe for QueryHttpOptsBuilder
impl Send for QueryHttpOptsBuilder
impl Sync for QueryHttpOptsBuilder
impl Unpin for QueryHttpOptsBuilder
impl UnwindSafe for QueryHttpOptsBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)