[−][src]Struct ttrss_api::Headline
Single Headline
Rust
- get_headlines (indirectly)
- get_article (indirectly)
TTRSS
- getHeadlines (indirectly)
- get_article (indirectly)
Fields
id: Valueguid: Stringunread: boolmarked: boolpublished: boolupdated: DateTime<Utc>is_updated: Option<bool>comments: Option<String>title: Stringlink: Stringattachments: Option<Vec<Attachment>>excerpt: Option<String>content: Option<String>labels: Option<Vec<String>>feed_title: Stringcomments_count: Option<i64>comments_link: Option<String>always_display_attachments: Option<bool>score: i64note: Option<String>lang: Stringfeed_id: Option<i64>flavor_image: Option<String>flavor_stream: Option<String>extra: HashMap<String, Value>Additional fields not specifically deefined in the struct
Trait Implementations
impl Clone for Headline[src]
impl Debug for Headline[src]
impl<'de> Deserialize<'de> for Headline[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Eq for Headline[src]
impl PartialEq<Headline> for Headline[src]
impl Serialize for Headline[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructuralEq for Headline[src]
impl StructuralPartialEq for Headline[src]
Auto Trait Implementations
impl RefUnwindSafe for Headline
impl Send for Headline
impl Sync for Headline
impl Unpin for Headline
impl UnwindSafe for Headline
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,
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<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
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.
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>,