pub struct LookupBlock {
pub mode: (),
pub id: BlockId,
pub seqno: Option<()>,
pub lt: Option<u64>,
pub utime: Option<u32>,
pub with_state_update: Option<()>,
pub with_value_flow: Option<()>,
pub with_extra: Option<()>,
pub with_shard_hashes: Option<()>,
pub with_prev_blk_signatures: Option<()>,
}Fields§
§mode: ()§id: BlockId§seqno: Option<()>§lt: Option<u64>§utime: Option<u32>§with_state_update: Option<()>§with_value_flow: Option<()>§with_extra: Option<()>§with_shard_hashes: Option<()>§with_prev_blk_signatures: Option<()>Trait Implementations§
Source§impl Clone for LookupBlock
impl Clone for LookupBlock
Source§impl Debug for LookupBlock
impl Debug for LookupBlock
Source§impl PartialEq for LookupBlock
impl PartialEq for LookupBlock
Source§impl<'tl> TlRead<'tl> for LookupBlock
impl<'tl> TlRead<'tl> for LookupBlock
Auto Trait Implementations§
impl Freeze for LookupBlock
impl RefUnwindSafe for LookupBlock
impl Send for LookupBlock
impl Sync for LookupBlock
impl Unpin for LookupBlock
impl UnwindSafe for LookupBlock
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