Struct dagger_sdk::QueryHttpOpts
source · pub struct QueryHttpOpts {
pub experimental_service_host: Option<ServiceId>,
}Fields§
§experimental_service_host: Option<ServiceId>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 for QueryHttpOpts
impl PartialEq for QueryHttpOpts
impl StructuralPartialEq for QueryHttpOpts
Auto Trait Implementations§
impl Freeze for QueryHttpOpts
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