Struct feedly_api::FeedlyApi

source ·
pub struct FeedlyApi { /* private fields */ }

Implementations

source

pub fn tag_entry(
    &mut self,
    entry_id: &str,
    tag_ids: Vec<&str>
) -> Result<(), ApiError>

source

pub fn create_entry(&mut self, entry: Entry) -> Result<Vec<String>, ApiError>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.