pub struct SyntheticsTestOptions {
pub tick_every: i32,
pub min_failure_duration: Option<i32>,
pub min_location_failed: Option<i32>,
pub retry: Option<SyntheticsRetry>,
}Fields§
§tick_every: i32§min_failure_duration: Option<i32>§min_location_failed: Option<i32>§retry: Option<SyntheticsRetry>Trait Implementations§
Source§impl Clone for SyntheticsTestOptions
impl Clone for SyntheticsTestOptions
Source§fn clone(&self) -> SyntheticsTestOptions
fn clone(&self) -> SyntheticsTestOptions
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 SyntheticsTestOptions
impl Debug for SyntheticsTestOptions
Source§impl<'de> Deserialize<'de> for SyntheticsTestOptions
impl<'de> Deserialize<'de> for SyntheticsTestOptions
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 SyntheticsTestOptions
impl RefUnwindSafe for SyntheticsTestOptions
impl Send for SyntheticsTestOptions
impl Sync for SyntheticsTestOptions
impl Unpin for SyntheticsTestOptions
impl UnwindSafe for SyntheticsTestOptions
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