pub struct StateInit {
pub code: Option<ArcCell>,
pub data: Option<ArcCell>,
}Fields§
§code: Option<ArcCell>§data: Option<ArcCell>Implementations§
Source§impl StateInit
impl StateInit
pub fn create_account_id( code: &ArcCell, data: &ArcCell, ) -> Result<TonHash, TonCellError>
Auto Trait Implementations§
impl Freeze for StateInit
impl RefUnwindSafe for StateInit
impl Send for StateInit
impl Sync for StateInit
impl Unpin for StateInit
impl UnwindSafe for StateInit
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