pub struct ConfigParam21;Expand description
Base workchain gas limits and prices.
Contains GasLimitsPrices.
Trait Implementations§
Source§impl<'a> KnownConfigParam<'a> for ConfigParam21
impl<'a> KnownConfigParam<'a> for ConfigParam21
Source§type Value = GasLimitsPrices
type Value = GasLimitsPrices
Associated value type.
Source§type Wrapper = ParamIdentity<<ConfigParam21 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam21 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl Freeze for ConfigParam21
impl RefUnwindSafe for ConfigParam21
impl Send for ConfigParam21
impl Sync for ConfigParam21
impl Unpin for ConfigParam21
impl UnwindSafe for ConfigParam21
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