Struct swapkit_rs::CachedPricesParameters
source · pub struct CachedPricesParameters {
pub tokens: Vec<TokenIdentifier>,
pub metadata: Option<bool>,
pub lookup: Option<bool>,
pub sparkline: Option<bool>,
}Fields§
§tokens: Vec<TokenIdentifier>§metadata: Option<bool>§lookup: Option<bool>§sparkline: Option<bool>Trait Implementations§
source§impl Clone for CachedPricesParameters
impl Clone for CachedPricesParameters
source§fn clone(&self) -> CachedPricesParameters
fn clone(&self) -> CachedPricesParameters
Returns a copy 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 CachedPricesParameters
impl Debug for CachedPricesParameters
source§impl<'de> Deserialize<'de> for CachedPricesParameters
impl<'de> Deserialize<'de> for CachedPricesParameters
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 CachedPricesParameters
impl RefUnwindSafe for CachedPricesParameters
impl Send for CachedPricesParameters
impl Sync for CachedPricesParameters
impl Unpin for CachedPricesParameters
impl UnwindSafe for CachedPricesParameters
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