pub struct HttpProbeTransport;Expand description
Plain HTTP/HTTPS probe transport used by the agent-facing provider/probe function.
Trait Implementations§
Source§impl Clone for HttpProbeTransport
impl Clone for HttpProbeTransport
Source§fn clone(&self) -> HttpProbeTransport
fn clone(&self) -> HttpProbeTransport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HttpProbeTransport
Source§impl Debug for HttpProbeTransport
impl Debug for HttpProbeTransport
Source§impl Default for HttpProbeTransport
impl Default for HttpProbeTransport
Source§fn default() -> HttpProbeTransport
fn default() -> HttpProbeTransport
Returns the “default value” for a type. Read more
Source§impl ProbeTransport for HttpProbeTransport
impl ProbeTransport for HttpProbeTransport
Source§fn get(&self, request: ProbeHttpRequest<'_>) -> Result<ProbeHttpResponse>
fn get(&self, request: ProbeHttpRequest<'_>) -> Result<ProbeHttpResponse>
Sends the model-list GET request.
Auto Trait Implementations§
impl Freeze for HttpProbeTransport
impl RefUnwindSafe for HttpProbeTransport
impl Send for HttpProbeTransport
impl Sync for HttpProbeTransport
impl Unpin for HttpProbeTransport
impl UnsafeUnpin for HttpProbeTransport
impl UnwindSafe for HttpProbeTransport
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