pub struct ConfigParam7;Expand description
Target amount of minted extra currencies.
Trait Implementations§
Source§impl<'a> KnownConfigParam<'a> for ConfigParam7
impl<'a> KnownConfigParam<'a> for ConfigParam7
Source§type Value = ExtraCurrencyCollection
type Value = ExtraCurrencyCollection
Associated value type.
Source§type Wrapper = ParamIdentity<<ConfigParam7 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam7 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl Freeze for ConfigParam7
impl RefUnwindSafe for ConfigParam7
impl Send for ConfigParam7
impl Sync for ConfigParam7
impl Unpin for ConfigParam7
impl UnwindSafe for ConfigParam7
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