pub struct ConfigParam31;Expand description
Fundamental smartcontract addresses.
Contains a dictionary with addresses (in masterchain) of fundamental contracts as keys.
Trait Implementations§
Source§impl<'a> KnownConfigParam<'a> for ConfigParam31
impl<'a> KnownConfigParam<'a> for ConfigParam31
Auto Trait Implementations§
impl Freeze for ConfigParam31
impl RefUnwindSafe for ConfigParam31
impl Send for ConfigParam31
impl Sync for ConfigParam31
impl Unpin for ConfigParam31
impl UnwindSafe for ConfigParam31
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