pub struct ConfigParam24;Expand description
Message forwarding prices for masterchain.
Contains MsgForwardPrices.
Trait Implementations§
Source§impl<'a> KnownConfigParam<'a> for ConfigParam24
impl<'a> KnownConfigParam<'a> for ConfigParam24
Source§type Value = MsgForwardPrices
type Value = MsgForwardPrices
Associated value type.
Source§type Wrapper = ParamIdentity<<ConfigParam24 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam24 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl Freeze for ConfigParam24
impl RefUnwindSafe for ConfigParam24
impl Send for ConfigParam24
impl Sync for ConfigParam24
impl Unpin for ConfigParam24
impl UnwindSafe for ConfigParam24
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