Struct rss2email_lib::Blog
source · Expand description
Internal representation of a web feed.
Fields§
§title: String
§last_build_date: DateTime<Utc>
§posts: Vec<Post>
Trait Implementations§
impl Eq for Blog
impl StructuralEq for Blog
impl StructuralPartialEq for Blog
Auto Trait Implementations§
impl RefUnwindSafe for Blog
impl Send for Blog
impl Sync for Blog
impl Unpin for Blog
impl UnwindSafe for Blog
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.