pub struct InspectionResult {
pub inspection_result_link: Option<String>,
pub index_status_result: Option<IndexStatusResult>,
pub amp_result: Option<AmpInspectionResult>,
pub mobile_usability_result: Option<MobileUsabilityInspectionResult>,
pub rich_results_result: Option<RichResultsInspectionResult>,
}Fields§
§inspection_result_link: Option<String>§index_status_result: Option<IndexStatusResult>§amp_result: Option<AmpInspectionResult>§mobile_usability_result: Option<MobileUsabilityInspectionResult>§rich_results_result: Option<RichResultsInspectionResult>Trait Implementations§
source§impl Clone for InspectionResult
impl Clone for InspectionResult
source§fn clone(&self) -> InspectionResult
fn clone(&self) -> InspectionResult
Returns a copy 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 InspectionResult
impl Debug for InspectionResult
source§impl<'de> Deserialize<'de> for InspectionResult
impl<'de> Deserialize<'de> for InspectionResult
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