pub struct GetGrowthEstimatesParamsBuilder { /* private fields */ }Expand description
Builder for GetGrowthEstimatesParams
Implementations§
Source§impl GetGrowthEstimatesParamsBuilder
impl GetGrowthEstimatesParamsBuilder
Sourcepub fn figi(self, figi: impl Into<String>) -> Self
pub fn figi(self, figi: impl Into<String>) -> Self
The FIGI of an instrument for which data is requested
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
The country where the instrument is traded, e.g., United States or US
Sourcepub fn build(self) -> GetGrowthEstimatesParams
pub fn build(self) -> GetGrowthEstimatesParams
Build the parameter struct
Trait Implementations§
Source§impl Clone for GetGrowthEstimatesParamsBuilder
impl Clone for GetGrowthEstimatesParamsBuilder
Source§fn clone(&self) -> GetGrowthEstimatesParamsBuilder
fn clone(&self) -> GetGrowthEstimatesParamsBuilder
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 Default for GetGrowthEstimatesParamsBuilder
impl Default for GetGrowthEstimatesParamsBuilder
Source§fn default() -> GetGrowthEstimatesParamsBuilder
fn default() -> GetGrowthEstimatesParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetGrowthEstimatesParamsBuilder
impl RefUnwindSafe for GetGrowthEstimatesParamsBuilder
impl Send for GetGrowthEstimatesParamsBuilder
impl Sync for GetGrowthEstimatesParamsBuilder
impl Unpin for GetGrowthEstimatesParamsBuilder
impl UnwindSafe for GetGrowthEstimatesParamsBuilder
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