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