pub struct OutMsgDequeueShort {
pub msg_env_hash: HashBytes,
pub next_workchain: i32,
pub next_addr_pfx: u64,
pub import_block_lt: u64,
}Expand description
A message that was dequeued from the outbound queue.
Fields§
§msg_env_hash: HashBytesMessage envelope hash.
next_workchain: i32Next workchain.
next_addr_pfx: u64Next address prefix.
import_block_lt: u64Import block logical time.
Trait Implementations§
Source§impl Clone for OutMsgDequeueShort
impl Clone for OutMsgDequeueShort
Source§fn clone(&self) -> OutMsgDequeueShort
fn clone(&self) -> OutMsgDequeueShort
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 OutMsgDequeueShort
impl Debug for OutMsgDequeueShort
Source§impl Default for OutMsgDequeueShort
impl Default for OutMsgDequeueShort
Source§fn default() -> OutMsgDequeueShort
fn default() -> OutMsgDequeueShort
Returns the “default value” for a type. Read more
Source§impl<'tlb> Load<'tlb> for OutMsgDequeueShort
impl<'tlb> Load<'tlb> for OutMsgDequeueShort
Source§impl PartialEq for OutMsgDequeueShort
impl PartialEq for OutMsgDequeueShort
Source§impl Serialize for OutMsgDequeueShort
impl Serialize for OutMsgDequeueShort
Source§impl Store for OutMsgDequeueShort
impl Store for OutMsgDequeueShort
Source§fn store_into(
&self,
__builder: &mut CellBuilder,
__context: &mut dyn CellContext,
) -> Result<(), Error>
fn store_into( &self, __builder: &mut CellBuilder, __context: &mut dyn CellContext, ) -> Result<(), Error>
Tries to store itself into the cell builder.
impl Eq for OutMsgDequeueShort
impl StructuralPartialEq for OutMsgDequeueShort
Auto Trait Implementations§
impl Freeze for OutMsgDequeueShort
impl RefUnwindSafe for OutMsgDequeueShort
impl Send for OutMsgDequeueShort
impl Sync for OutMsgDequeueShort
impl Unpin for OutMsgDequeueShort
impl UnwindSafe for OutMsgDequeueShort
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compares
self to key and returns true if they are equal.