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