pub struct ProxyTimeoutsConfig {
pub connect_ms: u64,
pub read_ms: u64,
}Expand description
Proxy-specific timeout configuration
Fields§
§connect_ms: u64§read_ms: u64Implementations§
Trait Implementations§
Source§impl Clone for ProxyTimeoutsConfig
impl Clone for ProxyTimeoutsConfig
Source§fn clone(&self) -> ProxyTimeoutsConfig
fn clone(&self) -> ProxyTimeoutsConfig
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 ProxyTimeoutsConfig
impl Debug for ProxyTimeoutsConfig
Source§impl Default for ProxyTimeoutsConfig
impl Default for ProxyTimeoutsConfig
Source§impl<'de> Deserialize<'de> for ProxyTimeoutsConfig
impl<'de> Deserialize<'de> for ProxyTimeoutsConfig
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
Auto Trait Implementations§
impl Freeze for ProxyTimeoutsConfig
impl RefUnwindSafe for ProxyTimeoutsConfig
impl Send for ProxyTimeoutsConfig
impl Sync for ProxyTimeoutsConfig
impl Unpin for ProxyTimeoutsConfig
impl UnwindSafe for ProxyTimeoutsConfig
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