struct ResearchMorningstarReportRow {
symbol: String,
rating_type: String,
star_rating: String,
fair_value: String,
economic_moat: String,
uncertainty: String,
pdf_url: String,
}Fields§
§symbol: String§rating_type: String§star_rating: String§fair_value: String§economic_moat: String§uncertainty: String§pdf_url: StringTrait Implementations§
Source§impl Tabled for ResearchMorningstarReportRow
impl Tabled for ResearchMorningstarReportRow
Auto Trait Implementations§
impl Freeze for ResearchMorningstarReportRow
impl RefUnwindSafe for ResearchMorningstarReportRow
impl Send for ResearchMorningstarReportRow
impl Sync for ResearchMorningstarReportRow
impl Unpin for ResearchMorningstarReportRow
impl UnsafeUnpin for ResearchMorningstarReportRow
impl UnwindSafe for ResearchMorningstarReportRow
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