pub struct SitemapUrl(/* private fields */);Expand description
A validated sitemap URL.
Implementations§
Source§impl SitemapUrl
impl SitemapUrl
Trait Implementations§
Source§impl AsRef<str> for SitemapUrl
impl AsRef<str> for SitemapUrl
Source§impl Clone for SitemapUrl
impl Clone for SitemapUrl
Source§fn clone(&self) -> SitemapUrl
fn clone(&self) -> SitemapUrl
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 moreSource§impl Debug for SitemapUrl
impl Debug for SitemapUrl
Source§impl Display for SitemapUrl
impl Display for SitemapUrl
Source§impl FromStr for SitemapUrl
impl FromStr for SitemapUrl
Source§impl Hash for SitemapUrl
impl Hash for SitemapUrl
Source§impl Ord for SitemapUrl
impl Ord for SitemapUrl
Source§fn cmp(&self, other: &SitemapUrl) -> Ordering
fn cmp(&self, other: &SitemapUrl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SitemapUrl
impl PartialEq for SitemapUrl
Source§impl PartialOrd for SitemapUrl
impl PartialOrd for SitemapUrl
impl Eq for SitemapUrl
impl StructuralPartialEq for SitemapUrl
Auto Trait Implementations§
impl Freeze for SitemapUrl
impl RefUnwindSafe for SitemapUrl
impl Send for SitemapUrl
impl Sync for SitemapUrl
impl Unpin for SitemapUrl
impl UnsafeUnpin for SitemapUrl
impl UnwindSafe for SitemapUrl
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