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 ==.impl StructuralPartialEq for QueryHttpOpts
Auto Trait Implementations§
impl RefUnwindSafe for QueryHttpOpts
impl Send for QueryHttpOpts
impl Sync for QueryHttpOpts
impl Unpin for QueryHttpOpts
impl UnwindSafe for QueryHttpOpts
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