pub struct GetCryptocurrencyExchangesParams {
pub format: Option<String>,
pub delimiter: Option<String>,
}Expand description
struct for passing parameters to the method get_cryptocurrency_exchanges
Fields§
§format: Option<String>The format of the response data
delimiter: Option<String>Specify the delimiter used when downloading the CSV file
Implementations§
Source§impl GetCryptocurrencyExchangesParams
impl GetCryptocurrencyExchangesParams
Sourcepub fn builder() -> GetCryptocurrencyExchangesParamsBuilder
pub fn builder() -> GetCryptocurrencyExchangesParamsBuilder
Create a new builder for this parameter struct
Trait Implementations§
Source§impl Clone for GetCryptocurrencyExchangesParams
impl Clone for GetCryptocurrencyExchangesParams
Source§fn clone(&self) -> GetCryptocurrencyExchangesParams
fn clone(&self) -> GetCryptocurrencyExchangesParams
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 GetCryptocurrencyExchangesParams
impl Default for GetCryptocurrencyExchangesParams
Source§fn default() -> GetCryptocurrencyExchangesParams
fn default() -> GetCryptocurrencyExchangesParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetCryptocurrencyExchangesParams
impl<'de> Deserialize<'de> for GetCryptocurrencyExchangesParams
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 GetCryptocurrencyExchangesParams
impl RefUnwindSafe for GetCryptocurrencyExchangesParams
impl Send for GetCryptocurrencyExchangesParams
impl Sync for GetCryptocurrencyExchangesParams
impl Unpin for GetCryptocurrencyExchangesParams
impl UnwindSafe for GetCryptocurrencyExchangesParams
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