Struct google_search_console_api::types::SitemapContent
source · pub struct SitemapContent {
pub content_type: Option<String>,
pub submitted: Option<String>,
pub indexed: Option<String>,
}Fields§
§content_type: Option<String>§submitted: Option<String>§indexed: Option<String>Trait Implementations§
source§impl Debug for SitemapContent
impl Debug for SitemapContent
source§impl Default for SitemapContent
impl Default for SitemapContent
source§fn default() -> SitemapContent
fn default() -> SitemapContent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SitemapContent
impl<'de> Deserialize<'de> for SitemapContent
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