pub struct ConfigParam5;Expand description
Burning config.
Trait Implementations§
Source§impl<'a> KnownConfigParam<'a> for ConfigParam5
impl<'a> KnownConfigParam<'a> for ConfigParam5
Source§type Value = BurningConfig
type Value = BurningConfig
Associated value type.
Source§type Wrapper = ParamIdentity<<ConfigParam5 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam5 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl Freeze for ConfigParam5
impl RefUnwindSafe for ConfigParam5
impl Send for ConfigParam5
impl Sync for ConfigParam5
impl Unpin for ConfigParam5
impl UnwindSafe for ConfigParam5
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