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