pub struct SyntheticsDeleteTestsResponse {
pub deleted_tests: Option<Vec<SyntheticsDeletedTest>>,
}Fields§
§deleted_tests: Option<Vec<SyntheticsDeletedTest>>Trait Implementations§
Source§impl Clone for SyntheticsDeleteTestsResponse
impl Clone for SyntheticsDeleteTestsResponse
Source§fn clone(&self) -> SyntheticsDeleteTestsResponse
fn clone(&self) -> SyntheticsDeleteTestsResponse
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<'de> Deserialize<'de> for SyntheticsDeleteTestsResponse
impl<'de> Deserialize<'de> for SyntheticsDeleteTestsResponse
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 SyntheticsDeleteTestsResponse
impl RefUnwindSafe for SyntheticsDeleteTestsResponse
impl Send for SyntheticsDeleteTestsResponse
impl Sync for SyntheticsDeleteTestsResponse
impl Unpin for SyntheticsDeleteTestsResponse
impl UnwindSafe for SyntheticsDeleteTestsResponse
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