pub struct PoolCreateTxRes {
pub transaction: String,
pub mint: String,
pub image_presigned_url: String,
pub metadata_presigned_url: String,
pub image_url: String,
}Fields§
§transaction: String§mint: String§image_presigned_url: String§metadata_presigned_url: String§image_url: StringTrait Implementations§
Source§impl Debug for PoolCreateTxRes
impl Debug for PoolCreateTxRes
Source§impl<'de> Deserialize<'de> for PoolCreateTxRes
impl<'de> Deserialize<'de> for PoolCreateTxRes
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 PoolCreateTxRes
impl RefUnwindSafe for PoolCreateTxRes
impl Send for PoolCreateTxRes
impl Sync for PoolCreateTxRes
impl Unpin for PoolCreateTxRes
impl UnsafeUnpin for PoolCreateTxRes
impl UnwindSafe for PoolCreateTxRes
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