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