Module feed_rs::model [−][src]
Structs
| Category | Represents the category of a feed or entry |
| Content | Content, or link to the content, for a given entry. |
| Entry | An item within a feed |
| Feed | Combined model for a syndication feed (i.e. RSS1, RSS 2, Atom, JSON Feed) |
| Generator | Information on the tools used to generate the feed |
| Image | Represents a a link to an image. |
| Link | Represents a link to an associated resource for the feed or entry. |
| MediaCommunity | Represents a “media:community” item from the RSS Media spec |
| MediaContent | Represents a “media:content” item from the RSS Media spec |
| MediaCredit | Represents a “media:credit” item from the RSS Media spec |
| MediaObject | The top-level representation of a media object i.e. combines “media:*” elements from the RSS Media spec such as those under a media:group |
| MediaRating | Rating of the feed, item or media within the content |
| MediaText | Represents a “media:text” item from the RSS Media spec |
| MediaThumbnail | Represents a “media:thumbnail” item from the RSS Media spec |
| Person | Represents an author, contributor etc. |
| Text | Textual content, or link to the content, for a given entry. |
Enums
| FeedType | Type of a feed (RSS, Atom etc) |