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