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<'a, C: CellFamily> Load<'a, C> for IntAddr
impl<'a, C: CellFamily> Load<'a, C> for IntAddr
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<C: CellFamily> Store<C> for IntAddr
impl<C: CellFamily> Store<C> for IntAddr
source§fn store_into(
&self,
builder: &mut CellBuilder<C>,
finalizer: &mut dyn Finalizer<C>
) -> bool
fn store_into( &self, builder: &mut CellBuilder<C>, finalizer: &mut dyn Finalizer<C> ) -> bool
Tries to store itself into the cell builder.