pub struct SitemapIndex;Expand description
Sitemap index parser
Implementations§
Source§impl SitemapIndex
impl SitemapIndex
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SitemapIndex
impl RefUnwindSafe for SitemapIndex
impl Send for SitemapIndex
impl Sync for SitemapIndex
impl Unpin for SitemapIndex
impl UnwindSafe for SitemapIndex
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