pub struct FMPNews {
pub symbol: String,
pub published_date: String,
pub title: String,
pub image: String,
pub site: String,
pub text: String,
pub url: String,
}Fields§
§symbol: String§published_date: String§title: String§image: String§site: String§text: String§url: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for FMPNews
impl<'de> Deserialize<'de> for FMPNews
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
impl StructuralPartialEq for FMPNews
Auto Trait Implementations§
impl Freeze for FMPNews
impl RefUnwindSafe for FMPNews
impl Send for FMPNews
impl Sync for FMPNews
impl Unpin for FMPNews
impl UnsafeUnpin for FMPNews
impl UnwindSafe for FMPNews
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