pub struct MsgStateInit {
pub root: Cell,
pub parsed: StateInit,
}Expand description
Message state init.
Fields§
§root: CellSerialized StateInit.
parsed: StateInitParsed StateInit.
Implementations§
Trait Implementations§
Source§impl Clone for MsgStateInit
impl Clone for MsgStateInit
Source§fn clone(&self) -> MsgStateInit
fn clone(&self) -> MsgStateInit
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MsgStateInit
impl !RefUnwindSafe for MsgStateInit
impl !Send for MsgStateInit
impl !Sync for MsgStateInit
impl Unpin for MsgStateInit
impl !UnwindSafe for MsgStateInit
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