pub struct SyntheticsTest {
pub public_id: Option<String>,
pub name: Option<String>,
pub test_type: Option<String>,
pub status: Option<String>,
pub tags: Option<Tags>,
}Fields§
§public_id: Option<String>§name: Option<String>§test_type: Option<String>§status: Option<String>Trait Implementations§
Source§impl Clone for SyntheticsTest
impl Clone for SyntheticsTest
Source§fn clone(&self) -> SyntheticsTest
fn clone(&self) -> SyntheticsTest
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 SyntheticsTest
impl Debug for SyntheticsTest
Source§impl<'de> Deserialize<'de> for SyntheticsTest
impl<'de> Deserialize<'de> for SyntheticsTest
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 SyntheticsTest
impl RefUnwindSafe for SyntheticsTest
impl Send for SyntheticsTest
impl Sync for SyntheticsTest
impl Unpin for SyntheticsTest
impl UnwindSafe for SyntheticsTest
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