pub struct EpsTrendResponse {
pub symbol: String,
pub eps_trend: Vec<EpsTrend>,
}Fields§
§symbol: String§eps_trend: Vec<EpsTrend>Trait Implementations§
Source§impl Clone for EpsTrendResponse
impl Clone for EpsTrendResponse
Source§fn clone(&self) -> EpsTrendResponse
fn clone(&self) -> EpsTrendResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EpsTrendResponse
impl Debug for EpsTrendResponse
Source§impl<'de> Deserialize<'de> for EpsTrendResponse
impl<'de> Deserialize<'de> for EpsTrendResponse
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 EpsTrendResponse
impl RefUnwindSafe for EpsTrendResponse
impl Send for EpsTrendResponse
impl Sync for EpsTrendResponse
impl Unpin for EpsTrendResponse
impl UnsafeUnpin for EpsTrendResponse
impl UnwindSafe for EpsTrendResponse
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