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