Struct test_suite::common_setup::msg::MinterSetupParams
source · pub struct MinterSetupParams<'a> {
pub router: &'a mut StargazeApp,
pub minter_admin: Addr,
pub num_tokens: u32,
pub collection_params: CollectionParams,
pub splits_addr: Option<String>,
pub start_time: Option<Timestamp>,
pub minter_code_id: u64,
pub factory_code_id: u64,
pub sg721_code_id: u64,
pub init_msg: Option<VendingMinterInitMsgExtension>,
}Fields§
§router: &'a mut StargazeApp§minter_admin: Addr§num_tokens: u32§collection_params: CollectionParams§splits_addr: Option<String>§start_time: Option<Timestamp>§minter_code_id: u64§factory_code_id: u64§sg721_code_id: u64§init_msg: Option<VendingMinterInitMsgExtension>Auto Trait Implementations§
impl<'a> !RefUnwindSafe for MinterSetupParams<'a>
impl<'a> !Send for MinterSetupParams<'a>
impl<'a> !Sync for MinterSetupParams<'a>
impl<'a> Unpin for MinterSetupParams<'a>
impl<'a> !UnwindSafe for MinterSetupParams<'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