pub struct DexscrTrendingMeta { /* private fields */ }Implementations§
Source§impl DexscrTrendingMeta
impl DexscrTrendingMeta
pub fn description<T>(self, value: T) -> Self
pub fn icon_type<T>(self, value: T) -> Self
pub fn icon_value<T>(self, value: T) -> Self
pub fn liquidity<T>(self, value: T) -> Self
pub fn market_cap<T>(self, value: T) -> Self
pub fn market_cap_change<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn slug<T>(self, value: T) -> Self
pub fn token_count<T>(self, value: T) -> Self
pub fn volume<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for DexscrTrendingMeta
impl Clone for DexscrTrendingMeta
Source§fn clone(&self) -> DexscrTrendingMeta
fn clone(&self) -> DexscrTrendingMeta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DexscrTrendingMeta
impl Debug for DexscrTrendingMeta
Source§impl Default for DexscrTrendingMeta
impl Default for DexscrTrendingMeta
Source§impl From<DexscrTrendingMeta> for DexscrTrendingMeta
impl From<DexscrTrendingMeta> for DexscrTrendingMeta
Source§fn from(value: DexscrTrendingMeta) -> Self
fn from(value: DexscrTrendingMeta) -> Self
Converts to this type from the input type.
Source§impl TryFrom<DexscrTrendingMeta> for DexscrTrendingMeta
impl TryFrom<DexscrTrendingMeta> for DexscrTrendingMeta
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: DexscrTrendingMeta) -> Result<Self, ConversionError>
fn try_from(value: DexscrTrendingMeta) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for DexscrTrendingMeta
impl RefUnwindSafe for DexscrTrendingMeta
impl Send for DexscrTrendingMeta
impl Sync for DexscrTrendingMeta
impl Unpin for DexscrTrendingMeta
impl UnsafeUnpin for DexscrTrendingMeta
impl UnwindSafe for DexscrTrendingMeta
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