pub struct HttpProbeOptions {
pub host: String,
pub ports: String,
pub timeout_ms: u64,
}Fields§
§host: String§ports: String§timeout_ms: u64Implementations§
Trait Implementations§
Source§impl Clone for HttpProbeOptions
impl Clone for HttpProbeOptions
Source§fn clone(&self) -> HttpProbeOptions
fn clone(&self) -> HttpProbeOptions
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 moreSource§impl Debug for HttpProbeOptions
impl Debug for HttpProbeOptions
Source§impl Default for HttpProbeOptions
impl Default for HttpProbeOptions
Source§fn default() -> HttpProbeOptions
fn default() -> HttpProbeOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HttpProbeOptions
impl RefUnwindSafe for HttpProbeOptions
impl Send for HttpProbeOptions
impl Sync for HttpProbeOptions
impl Unpin for HttpProbeOptions
impl UnsafeUnpin for HttpProbeOptions
impl UnwindSafe for HttpProbeOptions
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