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