pub struct RssItem {
pub title: String,
pub description: String,
pub link: String,
pub last_build_date: String,
pub pub_date: String,
pub ttl: i32,
}
Fields§
§title: String
§description: String
§link: String
§last_build_date: String
§pub_date: String
§ttl: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RssItem
impl RefUnwindSafe for RssItem
impl Send for RssItem
impl Sync for RssItem
impl Unpin for RssItem
impl UnwindSafe for RssItem
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more