Struct everscale_types::models::config::ConfigParam29
source · 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
§type Value = ConsensusConfig
type Value = ConsensusConfig
Associated value type.
§type Wrapper = ParamIdentity<<ConfigParam29 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam29 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
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