pub struct ConfigParam0;Expand description
Configuration account address (in masterchain).
Trait Implementations§
Source§impl<'a> KnownConfigParam<'a> for ConfigParam0
impl<'a> KnownConfigParam<'a> for ConfigParam0
Source§type Wrapper = ParamIdentity<<ConfigParam0 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam0 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl Freeze for ConfigParam0
impl RefUnwindSafe for ConfigParam0
impl Send for ConfigParam0
impl Sync for ConfigParam0
impl Unpin for ConfigParam0
impl UnwindSafe for ConfigParam0
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