Enum everscale_types::models::message::MsgInfo
source · pub enum MsgInfo {
Int(IntMsgInfo),
ExtIn(ExtInMsgInfo),
ExtOut(ExtOutMsgInfo),
}Expand description
Message info.
Variants§
Int(IntMsgInfo)
Internal message info,
ExtIn(ExtInMsgInfo)
External incoming message info.
ExtOut(ExtOutMsgInfo)
External outgoing message info,
Implementations§
Trait Implementations§
source§impl PartialEq<MsgInfo> for MsgInfo
impl PartialEq<MsgInfo> for MsgInfo
source§impl Store for MsgInfo
impl Store for MsgInfo
source§fn store_into(
&self,
builder: &mut CellBuilder,
finalizer: &mut dyn Finalizer
) -> Result<(), Error>
fn store_into( &self, builder: &mut CellBuilder, finalizer: &mut dyn Finalizer ) -> Result<(), Error>
Tries to store itself into the cell builder.