pub struct GetEpsTrendParamsBuilder { /* private fields */ }Expand description
Builder for GetEpsTrendParams
Implementations§
Source§impl GetEpsTrendParamsBuilder
impl GetEpsTrendParamsBuilder
Sourcepub fn figi(self, figi: impl Into<String>) -> Self
pub fn figi(self, figi: impl Into<String>) -> Self
Filter by financial instrument global identifier (FIGI)
Sourcepub fn isin(self, isin: impl Into<String>) -> Self
pub fn isin(self, isin: impl Into<String>) -> Self
Filter by international securities identification number (ISIN)
Sourcepub fn cusip(self, cusip: impl Into<String>) -> Self
pub fn cusip(self, cusip: impl Into<String>) -> Self
The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href="https://twelvedata.com/account/add-ons">Add-ons section
Sourcepub fn country(self, country: impl Into<String>) -> Self
pub fn country(self, country: impl Into<String>) -> Self
Filter by country name or alpha code, e.g., United States or US
Sourcepub fn build(self) -> GetEpsTrendParams
pub fn build(self) -> GetEpsTrendParams
Build the parameter struct
Trait Implementations§
Source§impl Clone for GetEpsTrendParamsBuilder
impl Clone for GetEpsTrendParamsBuilder
Source§fn clone(&self) -> GetEpsTrendParamsBuilder
fn clone(&self) -> GetEpsTrendParamsBuilder
Returns a duplicate of the value. Read more
1.0.0 · 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 GetEpsTrendParamsBuilder
impl Debug for GetEpsTrendParamsBuilder
Source§impl Default for GetEpsTrendParamsBuilder
impl Default for GetEpsTrendParamsBuilder
Source§fn default() -> GetEpsTrendParamsBuilder
fn default() -> GetEpsTrendParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetEpsTrendParamsBuilder
impl RefUnwindSafe for GetEpsTrendParamsBuilder
impl Send for GetEpsTrendParamsBuilder
impl Sync for GetEpsTrendParamsBuilder
impl Unpin for GetEpsTrendParamsBuilder
impl UnwindSafe for GetEpsTrendParamsBuilder
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