pub struct Chart {
pub graham_number: FloatOrString,
pub median_ps_value: FloatOrString,
pub peter_lynch_value: FloatOrString,
pub net_current_asset_value: FloatOrString,
pub net_net_working_capital: FloatOrString,
pub projected_fcf: FloatOrString,
pub tangible_book: FloatOrString,
pub dcf_earnings_based: FloatOrString,
pub dcf_fcf_based: FloatOrString,
pub gf_balue: FloatOrString,
pub earnings_power_value: FloatOrString,
}Expand description
Chart
Fields§
§graham_number: FloatOrString§median_ps_value: FloatOrString§peter_lynch_value: FloatOrString§net_current_asset_value: FloatOrString§net_net_working_capital: FloatOrString§projected_fcf: FloatOrString§tangible_book: FloatOrString§dcf_earnings_based: FloatOrString§dcf_fcf_based: FloatOrString§gf_balue: FloatOrString§earnings_power_value: FloatOrStringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Chart
impl<'de> Deserialize<'de> for Chart
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 Chart
impl RefUnwindSafe for Chart
impl Send for Chart
impl Sync for Chart
impl Unpin for Chart
impl UnwindSafe for Chart
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