Enum hyper::header::RelationType [−][src]
pub enum RelationType {
Show 41 variants
Alternate,
Appendix,
Bookmark,
Chapter,
Contents,
Copyright,
Current,
DescribedBy,
Edit,
EditMedia,
Enclosure,
First,
Glossary,
Help,
Hub,
Index,
Last,
LatestVersion,
License,
Next,
NextArchive,
Payment,
Prev,
PredecessorVersion,
Previous,
PrevArchive,
Related,
Replies,
Section,
RelationTypeSelf,
Service,
Start,
Stylesheet,
Subsection,
SuccessorVersion,
Up,
VersionHistory,
Via,
WorkingCopy,
WorkingCopyOf,
ExtRelType(String),
}
Expand description
A Link Relation Type Enum based on: RFC5988
Variants
alternate.
appendix.
bookmark.
chapter.
contents.
copyright.
current.
describedby.
edit.
edit-media.
enclosure.
first.
glossary.
help.
hub.
index.
last.
latest-version.
license.
next.
next-archive.
payment.
prev.
predecessor-version.
previous.
prev-archive.
related.
replies.
section.
self.
service.
start.
stylesheet.
subsection.
successor-version.
up.
versionHistory.
via.
working-copy.
working-copy-of.
ExtRelType(String)
ext-rel-type.
Tuple Fields of ExtRelType
0: String
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RelationType
impl Send for RelationType
impl Sync for RelationType
impl Unpin for RelationType
impl UnwindSafe for RelationType
Blanket Implementations
Mutably borrows from an owned value. Read more