pub struct LiveObservatoryProbe {
pub source_id: String,
pub user_agent: String,
pub headers: BTreeMap<String, String>,
pub timeout_ms: u64,
}Expand description
One live observatory probe configuration.
Fields§
§source_id: StringStable source identifier for this probe.
user_agent: StringUser-Agent sent for this probe.
headers: BTreeMap<String, String>Additional request headers.
timeout_ms: u64Request timeout in milliseconds.
Trait Implementations§
Source§impl Clone for LiveObservatoryProbe
impl Clone for LiveObservatoryProbe
Source§fn clone(&self) -> LiveObservatoryProbe
fn clone(&self) -> LiveObservatoryProbe
Returns a duplicate 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 moreSource§impl Debug for LiveObservatoryProbe
impl Debug for LiveObservatoryProbe
Source§impl<'de> Deserialize<'de> for LiveObservatoryProbe
impl<'de> Deserialize<'de> for LiveObservatoryProbe
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LiveObservatoryProbe
impl PartialEq for LiveObservatoryProbe
Source§impl Serialize for LiveObservatoryProbe
impl Serialize for LiveObservatoryProbe
impl Eq for LiveObservatoryProbe
impl StructuralPartialEq for LiveObservatoryProbe
Auto Trait Implementations§
impl Freeze for LiveObservatoryProbe
impl RefUnwindSafe for LiveObservatoryProbe
impl Send for LiveObservatoryProbe
impl Sync for LiveObservatoryProbe
impl Unpin for LiveObservatoryProbe
impl UnsafeUnpin for LiveObservatoryProbe
impl UnwindSafe for LiveObservatoryProbe
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more