pub struct BlockIdExt {
pub workchain: i32,
pub shard: u64,
pub seqno: u32,
pub root_hash: Int256,
pub file_hash: Int256,
}Expand description
tonNode.blockIdExt workchain:int shard:long seqno:int root_hash:int256 file_hash:int256 = tonNode.BlockIdExt;
Fields§
§workchain: i32§shard: u64§seqno: u32§root_hash: Int256§file_hash: Int256Trait Implementations§
Source§impl Clone for BlockIdExt
impl Clone for BlockIdExt
Source§impl Debug for BlockIdExt
impl Debug for BlockIdExt
Source§impl Display for BlockIdExt
impl Display for BlockIdExt
Source§impl Hash for BlockIdExt
impl Hash for BlockIdExt
Source§impl PartialEq for BlockIdExt
impl PartialEq for BlockIdExt
Source§impl<'tl> TlRead<'tl> for BlockIdExt
impl<'tl> TlRead<'tl> for BlockIdExt
Source§impl TlWrite for BlockIdExt
impl TlWrite for BlockIdExt
impl Eq for BlockIdExt
Auto Trait Implementations§
impl Freeze for BlockIdExt
impl RefUnwindSafe for BlockIdExt
impl Send for BlockIdExt
impl Sync for BlockIdExt
impl Unpin for BlockIdExt
impl UnwindSafe for BlockIdExt
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