pub struct ConfigParam6;Expand description
Mint new price and mint add price (unused).
Trait Implementations§
Source§impl<'a> KnownConfigParam<'a> for ConfigParam6
impl<'a> KnownConfigParam<'a> for ConfigParam6
Source§type Wrapper = ParamIdentity<<ConfigParam6 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam6 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl Freeze for ConfigParam6
impl RefUnwindSafe for ConfigParam6
impl Send for ConfigParam6
impl Sync for ConfigParam6
impl Unpin for ConfigParam6
impl UnwindSafe for ConfigParam6
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