pub struct SyntheticsAssertion {
pub assertion_type: SyntheticsAssertionType,
pub operator: SyntheticsAssertionOperator,
pub target: Value,
}Fields§
§assertion_type: SyntheticsAssertionType§operator: SyntheticsAssertionOperator§target: ValueTrait Implementations§
Source§impl Clone for SyntheticsAssertion
impl Clone for SyntheticsAssertion
Source§fn clone(&self) -> SyntheticsAssertion
fn clone(&self) -> SyntheticsAssertion
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 SyntheticsAssertion
impl Debug for SyntheticsAssertion
Source§impl<'de> Deserialize<'de> for SyntheticsAssertion
impl<'de> Deserialize<'de> for SyntheticsAssertion
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 SyntheticsAssertion
impl RefUnwindSafe for SyntheticsAssertion
impl Send for SyntheticsAssertion
impl Sync for SyntheticsAssertion
impl Unpin for SyntheticsAssertion
impl UnwindSafe for SyntheticsAssertion
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