pub struct FeedCardContent {
pub links: Vec<FeedCardLink>,
}Fields§
§links: Vec<FeedCardLink>Trait Implementations§
Source§impl Debug for FeedCardContent
impl Debug for FeedCardContent
Source§impl<'de> Deserialize<'de> for FeedCardContent
impl<'de> Deserialize<'de> for FeedCardContent
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 FeedCardContent
impl RefUnwindSafe for FeedCardContent
impl Send for FeedCardContent
impl Sync for FeedCardContent
impl Unpin for FeedCardContent
impl UnwindSafe for FeedCardContent
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