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