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