Struct everscale_types::models::config::ConfigParam7
source · 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
§type Value = ExtraCurrencyCollection
type Value = ExtraCurrencyCollection
Associated value type.
§type Wrapper = ParamIdentity<<ConfigParam7 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam7 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
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