pub struct Sitemap {
pub url: String,
pub sitemap_type: SitemapType,
pub source: SitemapSource,
}Expand description
A sitemap reference
Fields§
§url: StringSitemap URL
sitemap_type: SitemapTypeSitemap type
source: SitemapSourceSource of discovery
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Sitemap
impl<'de> Deserialize<'de> for Sitemap
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
impl StructuralPartialEq for Sitemap
Auto Trait Implementations§
impl Freeze for Sitemap
impl RefUnwindSafe for Sitemap
impl Send for Sitemap
impl Sync for Sitemap
impl Unpin for Sitemap
impl UnwindSafe for Sitemap
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