pub struct SmcInfoTonV11 {
pub base: SmcInfoTonV6,
pub in_msg: Option<SafeRc<Tuple>>,
}Fields§
§base: SmcInfoTonV6§in_msg: Option<SafeRc<Tuple>>Implementations§
Source§impl SmcInfoTonV11
impl SmcInfoTonV11
pub const IN_MSG_PARAMS_IDX: usize = 17
pub fn unpack_in_msg_partial( msg_root: Cell, remaining_value: Option<CurrencyCollection>, ) -> Result<Option<UnpackedInMsgSmcInfo>, Error>
pub fn with_unpacked_in_msg(self, in_msg: Option<SafeRc<Tuple>>) -> Self
Trait Implementations§
Source§impl Clone for SmcInfoTonV11
impl Clone for SmcInfoTonV11
Source§fn clone(&self) -> SmcInfoTonV11
fn clone(&self) -> SmcInfoTonV11
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 moreSource§impl Debug for SmcInfoTonV11
impl Debug for SmcInfoTonV11
Source§impl Default for SmcInfoTonV11
impl Default for SmcInfoTonV11
Source§fn default() -> SmcInfoTonV11
fn default() -> SmcInfoTonV11
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SmcInfoTonV11
impl !RefUnwindSafe for SmcInfoTonV11
impl !Send for SmcInfoTonV11
impl !Sync for SmcInfoTonV11
impl Unpin for SmcInfoTonV11
impl !UnwindSafe for SmcInfoTonV11
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