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