Struct everscale_types::models::config::ConfigParam9
source · pub struct ConfigParam9;Expand description
Params that must be present in config.
Trait Implementations§
source§impl<'a> KnownConfigParam<'a> for ConfigParam9
impl<'a> KnownConfigParam<'a> for ConfigParam9
§type Wrapper = NonEmptyDict<<ConfigParam9 as KnownConfigParam<'a>>::Value>
type Wrapper = NonEmptyDict<<ConfigParam9 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl RefUnwindSafe for ConfigParam9
impl Send for ConfigParam9
impl Sync for ConfigParam9
impl Unpin for ConfigParam9
impl UnwindSafe for ConfigParam9
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