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
Source§type Wrapper = NonEmptyDict<<ConfigParam18 as KnownConfigParam<'a>>::Value>
type Wrapper = NonEmptyDict<<ConfigParam18 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl Freeze for ConfigParam18
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