pub enum LinkRelation {
Show 133 variants
About,
Acl,
Alternate,
Amphtml,
ApiCatalog,
Appendix,
AppleTouchIcon,
AppleTouchStartupImage,
Archives,
Author,
BlockedBy,
Bookmark,
C2paManifest,
Canonical,
Chapter,
CiteAs,
Collection,
CompressionDictionary,
Contents,
Convertedfrom,
Copyright,
CreateForm,
Current,
Deprecation,
Describedby,
Describes,
Disclosure,
DnsPrefetch,
Duplicate,
Edit,
EditForm,
EditMedia,
Enclosure,
External,
First,
Geofeed,
Glossary,
Help,
Hosts,
Hub,
IceServer,
Icon,
Index,
Intervalafter,
Intervalbefore,
Intervalcontains,
Intervaldisjoint,
Intervalduring,
Intervalequals,
Intervalfinishedby,
Intervalfinishes,
Intervalin,
Intervalmeets,
Intervalmetby,
Intervaloverlappedby,
Intervaloverlaps,
Intervalstartedby,
Intervalstarts,
Item,
Last,
LatestVersion,
License,
Linkset,
Lrdd,
Manifest,
MaskIcon,
Me,
MediaFeed,
Memento,
Micropub,
Modulepreload,
Monitor,
MonitorGroup,
Next,
NextArchive,
Nofollow,
Noopener,
Noreferrer,
Opener,
Openid2LocalId,
Openid2Provider,
Original,
P3pv1,
Payment,
Pingback,
Preconnect,
PredecessorVersion,
Prefetch,
Preload,
Prerender,
Prev,
Preview,
Previous,
PrevArchive,
PrivacyPolicy,
Profile,
Publication,
RdapActive,
RdapBottom,
RdapDown,
RdapTop,
RdapUp,
Related,
Restconf,
Replies,
Ruleinput,
Search,
Section,
Self_,
Service,
ServiceDesc,
ServiceDoc,
ServiceMeta,
SipTrunkingCapability,
Sponsored,
Start,
Status,
Stylesheet,
Subsection,
SuccessorVersion,
Sunset,
Tag,
TermsOfService,
Timegate,
Timemap,
Type,
Ugc,
Up,
VersionHistory,
Via,
Webmention,
WorkingCopy,
WorkingCopyOf,
}
Variants§
About
Acl
Alternate
Amphtml
ApiCatalog
Appendix
AppleTouchIcon
AppleTouchStartupImage
Archives
Author
BlockedBy
Bookmark
C2paManifest
Canonical
Chapter
CiteAs
Collection
CompressionDictionary
Contents
Convertedfrom
Copyright
CreateForm
Current
Deprecation
Describedby
Describes
Disclosure
DnsPrefetch
Duplicate
Edit
EditForm
EditMedia
Enclosure
External
First
Geofeed
Glossary
Help
Hosts
Hub
IceServer
Icon
Index
Intervalafter
Intervalbefore
Intervalcontains
Intervaldisjoint
Intervalduring
Intervalequals
Intervalfinishedby
Intervalfinishes
Intervalin
Intervalmeets
Intervalmetby
Intervaloverlappedby
Intervaloverlaps
Intervalstartedby
Intervalstarts
Item
Last
LatestVersion
License
Linkset
Lrdd
Manifest
MaskIcon
Me
MediaFeed
Memento
Micropub
Modulepreload
Monitor
MonitorGroup
Next
NextArchive
Nofollow
Noopener
Noreferrer
Opener
Openid2LocalId
Openid2Provider
Original
P3pv1
Payment
Pingback
Preconnect
PredecessorVersion
Prefetch
Preload
Prerender
Prev
Preview
Previous
PrevArchive
PrivacyPolicy
Profile
Publication
RdapActive
RdapBottom
RdapDown
RdapTop
RdapUp
Related
Restconf
Replies
Ruleinput
Search
Section
Self_
Service
ServiceDesc
ServiceDoc
ServiceMeta
SipTrunkingCapability
Sponsored
Start
Status
Stylesheet
Subsection
SuccessorVersion
Sunset
Tag
TermsOfService
Timegate
Timemap
Type
Ugc
Up
VersionHistory
Via
Webmention
WorkingCopy
WorkingCopyOf
Trait Implementations§
Source§impl Clone for LinkRelation
impl Clone for LinkRelation
Source§fn clone(&self) -> LinkRelation
fn clone(&self) -> LinkRelation
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 LinkRelation
impl Debug for LinkRelation
Source§impl<'de> Deserialize<'de> for LinkRelation
impl<'de> Deserialize<'de> for LinkRelation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<LinkRelation> for ICalendarParameterValue
impl From<LinkRelation> for ICalendarParameterValue
Source§fn from(linkrel: LinkRelation) -> Self
fn from(linkrel: LinkRelation) -> Self
Converts to this type from the input type.
Source§impl Hash for LinkRelation
impl Hash for LinkRelation
Source§impl IanaString for LinkRelation
impl IanaString for LinkRelation
Source§impl Ord for LinkRelation
impl Ord for LinkRelation
Source§fn cmp(&self, other: &LinkRelation) -> Ordering
fn cmp(&self, other: &LinkRelation) -> 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 LinkRelation
impl PartialEq for LinkRelation
Source§impl PartialOrd for LinkRelation
impl PartialOrd for LinkRelation
Source§impl Serialize for LinkRelation
impl Serialize for LinkRelation
impl Copy for LinkRelation
impl Eq for LinkRelation
impl StructuralPartialEq for LinkRelation
Auto Trait Implementations§
impl Freeze for LinkRelation
impl RefUnwindSafe for LinkRelation
impl Send for LinkRelation
impl Sync for LinkRelation
impl Unpin for LinkRelation
impl UnwindSafe for LinkRelation
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