pub struct ConfigParam8;Expand description
The lowest supported block version and required capabilities.
Contains a GlobalVersion.
Trait Implementations§
Source§impl<'a> KnownConfigParam<'a> for ConfigParam8
impl<'a> KnownConfigParam<'a> for ConfigParam8
Source§type Value = GlobalVersion
type Value = GlobalVersion
Associated value type.
Source§type Wrapper = ParamIdentity<<ConfigParam8 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam8 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl Freeze for ConfigParam8
impl RefUnwindSafe for ConfigParam8
impl Send for ConfigParam8
impl Sync for ConfigParam8
impl Unpin for ConfigParam8
impl UnwindSafe for ConfigParam8
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