pub enum ProviderConfigOptionsTimeout {
Variant0(i64),
Variant1(bool),
}Expand description
Timeout in milliseconds for full requests to this provider. Set to false to disable timeout. Untagged union: serde tries each variant in the order below.
Variants§
Trait Implementations§
Source§impl Clone for ProviderConfigOptionsTimeout
impl Clone for ProviderConfigOptionsTimeout
Source§fn clone(&self) -> ProviderConfigOptionsTimeout
fn clone(&self) -> ProviderConfigOptionsTimeout
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 ProviderConfigOptionsTimeout
impl Debug for ProviderConfigOptionsTimeout
Source§impl<'de> Deserialize<'de> for ProviderConfigOptionsTimeout
impl<'de> Deserialize<'de> for ProviderConfigOptionsTimeout
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
impl StructuralPartialEq for ProviderConfigOptionsTimeout
Auto Trait Implementations§
impl Freeze for ProviderConfigOptionsTimeout
impl RefUnwindSafe for ProviderConfigOptionsTimeout
impl Send for ProviderConfigOptionsTimeout
impl Sync for ProviderConfigOptionsTimeout
impl Unpin for ProviderConfigOptionsTimeout
impl UnsafeUnpin for ProviderConfigOptionsTimeout
impl UnwindSafe for ProviderConfigOptionsTimeout
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