pub struct ConfigParam16;Expand description
Range of number of validators.
Contains a ValidatorCountParams.
Trait Implementations§
Source§impl<'a> KnownConfigParam<'a> for ConfigParam16
impl<'a> KnownConfigParam<'a> for ConfigParam16
Source§type Value = ValidatorCountParams
type Value = ValidatorCountParams
Associated value type.
Source§type Wrapper = ParamIdentity<<ConfigParam16 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam16 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl Freeze for ConfigParam16
impl RefUnwindSafe for ConfigParam16
impl Send for ConfigParam16
impl Sync for ConfigParam16
impl Unpin for ConfigParam16
impl UnwindSafe for ConfigParam16
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