pub struct GetStocksTokens<'a> { /* private fields */ }Expand description
Builder for Client::get_stocks_tokens
Implementations§
Source§impl<'a> GetStocksTokens<'a>
impl<'a> GetStocksTokens<'a>
pub fn new(client: &'a Client) -> Self
pub fn chain<V>(self, value: V) -> Selfwhere
V: TryInto<ChainSymbol>,
pub fn exclude_keywords<V>(self, value: V) -> Self
pub fn filters<V>(self, value: V) -> Self
pub fn launchpad_platform<V>(self, value: V) -> Self
pub fn range_filters<V>(self, value: V) -> Self
pub fn search_keywords<V>(self, value: V) -> Self
pub fn sort_by<V>(self, value: V) -> Selfwhere
V: TryInto<GetStocksTokensSortBy>,
pub fn sort_direction<V>(self, value: V) -> Selfwhere
V: TryInto<GetStocksTokensSortDirection>,
pub fn tag<V>(self, value: V) -> Selfwhere
V: TryInto<GetStocksTokensTag>,
Trait Implementations§
Source§impl<'a> Clone for GetStocksTokens<'a>
impl<'a> Clone for GetStocksTokens<'a>
Source§fn clone(&self) -> GetStocksTokens<'a>
fn clone(&self) -> GetStocksTokens<'a>
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 moreAuto Trait Implementations§
impl<'a> Freeze for GetStocksTokens<'a>
impl<'a> !RefUnwindSafe for GetStocksTokens<'a>
impl<'a> Send for GetStocksTokens<'a>
impl<'a> Sync for GetStocksTokens<'a>
impl<'a> Unpin for GetStocksTokens<'a>
impl<'a> !UnwindSafe for GetStocksTokens<'a>
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