pub enum Relationship {
Show 15 variants
Alternate,
Author,
DnsPrefetch,
Help,
Icon,
License,
Next,
Pingback,
Preconnect,
Prefetch,
Preload,
Prerender,
Prev,
Search,
Stylesheet,
}Expand description
Specifies the relationship between the current document and the linked document
Variants§
Alternate
Author
DnsPrefetch
Help
Icon
License
Next
Pingback
Preconnect
Prefetch
Preload
Prerender
Prev
Search
Stylesheet
Trait Implementations§
Source§impl Clone for Relationship
impl Clone for Relationship
Source§fn clone(&self) -> Relationship
fn clone(&self) -> Relationship
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 Relationship
impl Debug for Relationship
Source§impl Default for Relationship
impl Default for Relationship
Source§fn default() -> Relationship
fn default() -> Relationship
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Relationship
impl RefUnwindSafe for Relationship
impl Send for Relationship
impl Sync for Relationship
impl Unpin for Relationship
impl UnwindSafe for Relationship
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