pub struct RankingPool { /* private fields */ }Implementations§
Source§impl RankingPool
impl RankingPool
pub fn balance<T>(self, value: T) -> Self
pub fn chain<T>(self, value: T) -> Self
pub fn created_at_ms<T>(self, value: T) -> Self
pub fn dex<T>(self, value: T) -> Self
pub fn pool_address<T>(self, value: T) -> Self
pub fn token<T>(self, value: T) -> Self
pub fn token_a_address<T>(self, value: T) -> Self
pub fn token_b_address<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for RankingPool
impl Clone for RankingPool
Source§fn clone(&self) -> RankingPool
fn clone(&self) -> RankingPool
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 RankingPool
impl Debug for RankingPool
Source§impl Default for RankingPool
impl Default for RankingPool
Source§impl From<RankingPool> for RankingPool
impl From<RankingPool> for RankingPool
Source§fn from(value: RankingPool) -> Self
fn from(value: RankingPool) -> Self
Converts to this type from the input type.
Source§impl TryFrom<RankingPool> for RankingPool
impl TryFrom<RankingPool> for RankingPool
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: RankingPool) -> Result<Self, ConversionError>
fn try_from(value: RankingPool) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for RankingPool
impl RefUnwindSafe for RankingPool
impl Send for RankingPool
impl Sync for RankingPool
impl Unpin for RankingPool
impl UnsafeUnpin for RankingPool
impl UnwindSafe for RankingPool
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