pub struct SyntheticsTestConfig {
pub request: SyntheticsTestRequest,
pub assertions: Vec<SyntheticsAssertion>,
}Fields§
§request: SyntheticsTestRequest§assertions: Vec<SyntheticsAssertion>Trait Implementations§
Source§impl Clone for SyntheticsTestConfig
impl Clone for SyntheticsTestConfig
Source§fn clone(&self) -> SyntheticsTestConfig
fn clone(&self) -> SyntheticsTestConfig
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 SyntheticsTestConfig
impl Debug for SyntheticsTestConfig
Source§impl<'de> Deserialize<'de> for SyntheticsTestConfig
impl<'de> Deserialize<'de> for SyntheticsTestConfig
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 SyntheticsTestConfig
impl RefUnwindSafe for SyntheticsTestConfig
impl Send for SyntheticsTestConfig
impl Sync for SyntheticsTestConfig
impl Unpin for SyntheticsTestConfig
impl UnwindSafe for SyntheticsTestConfig
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