pub struct DexPool { /* private fields */ }Implementations§
Source§impl DexPool
impl DexPool
pub fn chain<T>(self, value: T) -> Self
pub fn pool_address<T>(self, value: T) -> Self
pub fn program_address<T>(self, value: T) -> Self
pub fn protocol_family<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
pub fn tvl_in_sol<T>(self, value: T) -> Self
pub fn tvl_in_usd<T>(self, value: T) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DexPool
impl RefUnwindSafe for DexPool
impl Send for DexPool
impl Sync for DexPool
impl Unpin for DexPool
impl UnsafeUnpin for DexPool
impl UnwindSafe for DexPool
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