Struct everscale_types::models::config::ConfigParam15
source · pub struct ConfigParam15;Expand description
Validators election timings.
Contains ElectionTimings.
Trait Implementations§
source§impl<'a> KnownConfigParam<'a> for ConfigParam15
impl<'a> KnownConfigParam<'a> for ConfigParam15
§type Value = ElectionTimings
type Value = ElectionTimings
Associated value type.
§type Wrapper = ParamIdentity<<ConfigParam15 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam15 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl RefUnwindSafe for ConfigParam15
impl Send for ConfigParam15
impl Sync for ConfigParam15
impl Unpin for ConfigParam15
impl UnwindSafe for ConfigParam15
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