pub struct ArticleItem {
pub title: String,
pub description: String,
pub pic_url: String,
pub url: String,
}
Fields§
§title: String
§description: String
§pic_url: String
§url: String
Trait Implementations§
Source§impl Debug for ArticleItem
impl Debug for ArticleItem
Source§impl<'de> Deserialize<'de> for ArticleItem
impl<'de> Deserialize<'de> for ArticleItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ArticleItem
impl RefUnwindSafe for ArticleItem
impl Send for ArticleItem
impl Sync for ArticleItem
impl Unpin for ArticleItem
impl UnwindSafe for ArticleItem
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