pub struct ConfigParam12;Expand description
Known workchain descriptions.
Contains a dictionary with workchain id as key and WorkchainDescription as value.
Trait Implementations§
Source§impl<'a> KnownConfigParam<'a> for ConfigParam12
impl<'a> KnownConfigParam<'a> for ConfigParam12
Source§type Wrapper = ParamIdentity<<ConfigParam12 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam12 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl Freeze for ConfigParam12
impl RefUnwindSafe for ConfigParam12
impl Send for ConfigParam12
impl Sync for ConfigParam12
impl Unpin for ConfigParam12
impl UnwindSafe for ConfigParam12
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