Struct everscale_types::models::config::ConfigParam2
source · pub struct ConfigParam2;Expand description
Minter account address (in masterchain).
Trait Implementations§
source§impl<'a> KnownConfigParam<'a> for ConfigParam2
impl<'a> KnownConfigParam<'a> for ConfigParam2
§type Wrapper = ParamIdentity<<ConfigParam2 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam2 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl RefUnwindSafe for ConfigParam2
impl Send for ConfigParam2
impl Sync for ConfigParam2
impl Unpin for ConfigParam2
impl UnwindSafe for ConfigParam2
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