Struct everscale_types::models::config::ConfigParam18
source · pub struct ConfigParam18;Expand description
Storage prices for different intervals of time.
Contains a dictionary with a history of all StoragePrices.
Trait Implementations§
source§impl<'a> KnownConfigParam<'a> for ConfigParam18
impl<'a> KnownConfigParam<'a> for ConfigParam18
§type Value = Dict<u32, StoragePrices>
type Value = Dict<u32, StoragePrices>
Associated value type.
§type Wrapper = NonEmptyDict<<ConfigParam18 as KnownConfigParam<'a>>::Value>
type Wrapper = NonEmptyDict<<ConfigParam18 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl RefUnwindSafe for ConfigParam18
impl Send for ConfigParam18
impl Sync for ConfigParam18
impl Unpin for ConfigParam18
impl UnwindSafe for ConfigParam18
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