pub struct SitemapImage {
pub loc: Url,
pub title: Option<String>,
pub caption: Option<String>,
}Expand description
Image in sitemap
Fields§
§loc: UrlImage location URL
title: Option<String>Image title
caption: Option<String>Image caption
Trait Implementations§
Source§impl Clone for SitemapImage
impl Clone for SitemapImage
Source§fn clone(&self) -> SitemapImage
fn clone(&self) -> SitemapImage
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 SitemapImage
impl RefUnwindSafe for SitemapImage
impl Send for SitemapImage
impl Sync for SitemapImage
impl Unpin for SitemapImage
impl UnwindSafe for SitemapImage
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