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