pub struct GetPoolByMintRes {
pub success: bool,
pub data: PoolByMintData,
}Fields§
§success: bool§data: PoolByMintDataTrait Implementations§
Source§impl Debug for GetPoolByMintRes
impl Debug for GetPoolByMintRes
Source§impl<'de> Deserialize<'de> for GetPoolByMintRes
impl<'de> Deserialize<'de> for GetPoolByMintRes
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 GetPoolByMintRes
impl RefUnwindSafe for GetPoolByMintRes
impl Send for GetPoolByMintRes
impl Sync for GetPoolByMintRes
impl Unpin for GetPoolByMintRes
impl UnsafeUnpin for GetPoolByMintRes
impl UnwindSafe for GetPoolByMintRes
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