Struct everscale_types::models::config::ConfigParam10
source · pub struct ConfigParam10;Expand description
Params that have a different set of update requirements.
Trait Implementations§
source§impl<'a> KnownConfigParam<'a> for ConfigParam10
impl<'a> KnownConfigParam<'a> for ConfigParam10
§type Wrapper = NonEmptyDict<<ConfigParam10 as KnownConfigParam<'a>>::Value>
type Wrapper = NonEmptyDict<<ConfigParam10 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl RefUnwindSafe for ConfigParam10
impl Send for ConfigParam10
impl Sync for ConfigParam10
impl Unpin for ConfigParam10
impl UnwindSafe for ConfigParam10
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