pub struct PoolByMintData {
pub dammv2_pool_address: String,
pub dbc_pool_address: String,
pub config_key: String,
}Fields§
§dammv2_pool_address: String§dbc_pool_address: String§config_key: StringTrait Implementations§
Source§impl Debug for PoolByMintData
impl Debug for PoolByMintData
Source§impl<'de> Deserialize<'de> for PoolByMintData
impl<'de> Deserialize<'de> for PoolByMintData
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 PoolByMintData
impl RefUnwindSafe for PoolByMintData
impl Send for PoolByMintData
impl Sync for PoolByMintData
impl Unpin for PoolByMintData
impl UnsafeUnpin for PoolByMintData
impl UnwindSafe for PoolByMintData
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