Struct test_suite::common_setup::msg::OpenEditionMinterCustomParams
source · pub struct OpenEditionMinterCustomParams<'a> {
pub denom: Option<&'a str>,
pub mint_fee_bps: Option<u64>,
pub airdrop_mint_price_amount: Option<Uint128>,
}Fields§
§denom: Option<&'a str>§mint_fee_bps: Option<u64>§airdrop_mint_price_amount: Option<Uint128>Trait Implementations§
source§impl<'a> Default for OpenEditionMinterCustomParams<'a>
impl<'a> Default for OpenEditionMinterCustomParams<'a>
source§fn default() -> OpenEditionMinterCustomParams<'a>
fn default() -> OpenEditionMinterCustomParams<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> RefUnwindSafe for OpenEditionMinterCustomParams<'a>
impl<'a> Send for OpenEditionMinterCustomParams<'a>
impl<'a> Sync for OpenEditionMinterCustomParams<'a>
impl<'a> Unpin for OpenEditionMinterCustomParams<'a>
impl<'a> UnwindSafe for OpenEditionMinterCustomParams<'a>
Blanket Implementations§
§impl<U> As for U
impl<U> As for U
§fn as_<T>(self) -> Twhere
T: CastFrom<U>,
fn as_<T>(self) -> Twhere T: CastFrom<U>,
Casts
self to type T. The semantics of numeric casting with the as operator are followed, so <T as As>::as_::<U> can be used in the same way as T as U for numeric conversions. Read moresource§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