struct ResearchAnalystConsensusRow {
highest: String,
average: String,
lowest: String,
rating: String,
total: String,
buy: String,
hold: String,
sell: String,
updated: String,
}Fields§
§highest: String§average: String§lowest: String§rating: String§total: String§buy: String§hold: String§sell: String§updated: StringTrait Implementations§
Source§impl Tabled for ResearchAnalystConsensusRow
impl Tabled for ResearchAnalystConsensusRow
Auto Trait Implementations§
impl Freeze for ResearchAnalystConsensusRow
impl RefUnwindSafe for ResearchAnalystConsensusRow
impl Send for ResearchAnalystConsensusRow
impl Sync for ResearchAnalystConsensusRow
impl Unpin for ResearchAnalystConsensusRow
impl UnsafeUnpin for ResearchAnalystConsensusRow
impl UnwindSafe for ResearchAnalystConsensusRow
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