Struct everscale_types::models::config::ConfigParam37
source · pub struct ConfigParam37;Expand description
Next temporary validator set.
Contains a ValidatorSet.
Trait Implementations§
source§impl<'a> KnownConfigParam<'a> for ConfigParam37
impl<'a> KnownConfigParam<'a> for ConfigParam37
§type Value = ValidatorSet
type Value = ValidatorSet
Associated value type.
§type Wrapper = ParamIdentity<<ConfigParam37 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam37 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl RefUnwindSafe for ConfigParam37
impl Send for ConfigParam37
impl Sync for ConfigParam37
impl Unpin for ConfigParam37
impl UnwindSafe for ConfigParam37
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