[][src]Struct miniflux_api::models::FeedModification

pub struct FeedModification {
    pub title: Option<String>,
    pub category_id: Option<i64>,
    pub feed_url: Option<String>,
    pub site_url: Option<String>,
    pub username: Option<String>,
    pub password: Option<String>,
    pub scraper_rules: Option<String>,
    pub rewrite_rules: Option<String>,
    pub crawler: Option<bool>,
    pub user_agent: Option<String>,
    pub disabled: Option<bool>,
}

Fields

title: Option<String>category_id: Option<i64>feed_url: Option<String>site_url: Option<String>username: Option<String>password: Option<String>scraper_rules: Option<String>rewrite_rules: Option<String>crawler: Option<bool>user_agent: Option<String>disabled: Option<bool>

Trait Implementations

impl Debug for FeedModification[src]

impl Serialize for FeedModification[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.