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