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