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 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 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
Auto Trait Implementations§
impl Freeze for InspectionResult
impl RefUnwindSafe for InspectionResult
impl Send for InspectionResult
impl Sync for InspectionResult
impl Unpin for InspectionResult
impl UnwindSafe for InspectionResult
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