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
Source§type Value = ConfigVotingSetup
type Value = ConfigVotingSetup
Associated value type.
Source§type Wrapper = ParamIdentity<<ConfigParam11 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam11 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl Freeze for ConfigParam11
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