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