pub struct SitemapNews {
pub publication_name: Option<String>,
pub publication_language: Option<String>,
pub publication_date: Option<String>,
pub title: Option<String>,
}Expand description
News in sitemap
Fields§
§publication_name: Option<String>Publication name
publication_language: Option<String>Publication language
publication_date: Option<String>Publication date
title: Option<String>News title
Trait Implementations§
Source§impl Clone for SitemapNews
impl Clone for SitemapNews
Source§fn clone(&self) -> SitemapNews
fn clone(&self) -> SitemapNews
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 moreAuto Trait Implementations§
impl Freeze for SitemapNews
impl RefUnwindSafe for SitemapNews
impl Send for SitemapNews
impl Sync for SitemapNews
impl Unpin for SitemapNews
impl UnwindSafe for SitemapNews
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