Struct HreflangTag
pub struct HreflangTag(/* private fields */);Expand description
A hreflang tag for alternate URLs.
Implementations§
§impl HreflangTag
impl HreflangTag
Trait Implementations§
§impl AsRef<str> for HreflangTag
impl AsRef<str> for HreflangTag
§impl Clone for HreflangTag
impl Clone for HreflangTag
§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 more§impl Debug for HreflangTag
impl Debug for HreflangTag
§impl Hash for HreflangTag
impl Hash for HreflangTag
§impl Ord for HreflangTag
impl Ord for HreflangTag
§impl PartialEq for HreflangTag
impl PartialEq for HreflangTag
§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