pub struct HreflangTag(/* private fields */);Expand description
A hreflang tag for alternate URLs.
Implementations§
Source§impl HreflangTag
impl HreflangTag
Trait Implementations§
Source§impl AsRef<str> for HreflangTag
impl AsRef<str> for HreflangTag
Source§impl Clone for HreflangTag
impl Clone for HreflangTag
Source§fn clone(&self) -> HreflangTag
fn clone(&self) -> HreflangTag
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 HreflangTag
impl Debug for HreflangTag
Source§impl Hash for HreflangTag
impl Hash for HreflangTag
Source§impl Ord for HreflangTag
impl Ord for HreflangTag
Source§fn cmp(&self, other: &HreflangTag) -> Ordering
fn cmp(&self, other: &HreflangTag) -> 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 HreflangTag
impl PartialEq for HreflangTag
Source§impl PartialOrd for HreflangTag
impl PartialOrd for HreflangTag
impl Eq for HreflangTag
impl StructuralPartialEq for HreflangTag
Auto Trait Implementations§
impl Freeze for HreflangTag
impl RefUnwindSafe for HreflangTag
impl Send for HreflangTag
impl Sync for HreflangTag
impl Unpin for HreflangTag
impl UnsafeUnpin for HreflangTag
impl UnwindSafe for HreflangTag
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