Struct everscale_types::models::config::ConfigParam17
source · pub struct ConfigParam17;Expand description
Validator stake range and factor.
Contains ValidatorStakeParams
Trait Implementations§
source§impl<'a> KnownConfigParam<'a> for ConfigParam17
impl<'a> KnownConfigParam<'a> for ConfigParam17
§type Value = ValidatorStakeParams
type Value = ValidatorStakeParams
Associated value type.
§type Wrapper = ParamIdentity<<ConfigParam17 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam17 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl RefUnwindSafe for ConfigParam17
impl Send for ConfigParam17
impl Sync for ConfigParam17
impl Unpin for ConfigParam17
impl UnwindSafe for ConfigParam17
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