Enum everscale_types::models::message::IntAddr
source · pub enum IntAddr {
Std(StdAddr),
Var(VarAddr),
}Expand description
Internal message address.
Variants§
Implementations§
Trait Implementations§
source§impl Ord for IntAddr
impl Ord for IntAddr
source§impl PartialEq<IntAddr> for IntAddr
impl PartialEq<IntAddr> for IntAddr
source§impl PartialOrd<IntAddr> for IntAddr
impl PartialOrd<IntAddr> for IntAddr
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Store for IntAddr
impl Store for IntAddr
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.