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.
impl Eq for IntAddr
impl StructuralEq for IntAddr
impl StructuralPartialEq for IntAddr
Auto Trait Implementations§
impl RefUnwindSafe for IntAddr
impl Send for IntAddr
impl Sync for IntAddr
impl Unpin for IntAddr
impl UnwindSafe for IntAddr
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