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