pub struct StateInitBuilder { /* private fields */ }Implementations§
source§impl StateInitBuilder
impl StateInitBuilder
pub fn new(code: &ArcCell, data: &ArcCell) -> StateInitBuilder
pub fn with_split_depth(&mut self, split_depth: bool) -> &mut Self
pub fn with_tick_tock(&mut self, tick_tock: bool) -> &mut Self
pub fn with_library(&mut self, library: bool) -> &mut Self
pub fn build(&self) -> Result<Cell, TonCellError>
Auto Trait Implementations§
impl Freeze for StateInitBuilder
impl RefUnwindSafe for StateInitBuilder
impl Send for StateInitBuilder
impl Sync for StateInitBuilder
impl Unpin for StateInitBuilder
impl UnwindSafe for StateInitBuilder
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