pub struct GetStudioV1DbcPoolAddressesMintResponseData {
pub config_key: Option<String>,
pub dammv2_pool_address: Option<String>,
pub dbc_pool_address: Option<String>,
}Fields§
§config_key: Option<String>§dammv2_pool_address: Option<String>§dbc_pool_address: Option<String>Trait Implementations§
Source§impl Clone for GetStudioV1DbcPoolAddressesMintResponseData
impl Clone for GetStudioV1DbcPoolAddressesMintResponseData
Source§fn clone(&self) -> GetStudioV1DbcPoolAddressesMintResponseData
fn clone(&self) -> GetStudioV1DbcPoolAddressesMintResponseData
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 Default for GetStudioV1DbcPoolAddressesMintResponseData
impl Default for GetStudioV1DbcPoolAddressesMintResponseData
Source§fn default() -> GetStudioV1DbcPoolAddressesMintResponseData
fn default() -> GetStudioV1DbcPoolAddressesMintResponseData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetStudioV1DbcPoolAddressesMintResponseData
impl<'de> Deserialize<'de> for GetStudioV1DbcPoolAddressesMintResponseData
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 GetStudioV1DbcPoolAddressesMintResponseData
impl RefUnwindSafe for GetStudioV1DbcPoolAddressesMintResponseData
impl Send for GetStudioV1DbcPoolAddressesMintResponseData
impl Sync for GetStudioV1DbcPoolAddressesMintResponseData
impl Unpin for GetStudioV1DbcPoolAddressesMintResponseData
impl UnsafeUnpin for GetStudioV1DbcPoolAddressesMintResponseData
impl UnwindSafe for GetStudioV1DbcPoolAddressesMintResponseData
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