[−][src]Struct feedly_api::models::SearchResultItem
Fields
feed_id: StringThe unique, immutable id of this feed.
subscribers: u32Number of feedly cloud subscribers who have this feed in their subscription list.
title: Option<String>The feed name.
description: Option<String>The feed description.
website: Option<String>The website associated with this feed.
last_updated: Option<u64>The timestamp, in ms, of the last article received for this feed. This value is useful to find "dormant" feeds (feeds that haven't updated in over 3 months).
velocity: Option<f32>The average number of articles published weekly. This number is updated every few days.
language: Option<String>This field is a combination of the language reported by the RSS feed, and the language automatically detected from the feed's content. It might not be accurate, as many feeds misreport it.
curated: Option<bool>If true, this feed is curated.
featured: Option<bool>If true, this feed is featured (recommended) for the topic or search query.
partial: Option<bool>???
icon_url: Option<String>Url to a small square icon.
visual_url: Option<String>Url to a larger square icon.
cover_url: Option<String>Url to a large rectangular background image.
logo: Option<String>Url to a small suqare icon with transparency.
content_type: Option<String>The auto-detected type of entries this feed publishes. Values include
article(most common)longform(for longer articles)videos(for YouTube, Vimeo and other video-centric feeds)audio(for podcast feeds etc)
cover_color: Option<String>Hex color for the background cover
???
Trait Implementations
impl Debug for SearchResultItem[src]
impl<'de> Deserialize<'de> for SearchResultItem[src]
pub fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for SearchResultItem[src]
impl Send for SearchResultItem[src]
impl Sync for SearchResultItem[src]
impl Unpin for SearchResultItem[src]
impl UnwindSafe for SearchResultItem[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,