Struct rss2tg::Subscription [] [src]

pub struct Subscription { /* fields omitted */ }

Represents RSS subscription and additional params to store and send it.

Methods

impl Subscription
[src]

[src]

Returns rss_url of this item.

[src]

Returns chat_id of this item.

[src]

Returns bot_token of this item.

[src]

Returns last_guid_file of this item.

Trait Implementations

impl Debug for Subscription
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Subscription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Subscription

impl Sync for Subscription