pub struct BlockCheckpointFact {
pub byte: u32,
pub parser_state: u64,
}Expand description
One top-level block checkpoint in canonical source coordinates.
Fields§
§byte: u32§parser_state: u64Trait Implementations§
Source§impl Clone for BlockCheckpointFact
impl Clone for BlockCheckpointFact
Source§fn clone(&self) -> BlockCheckpointFact
fn clone(&self) -> BlockCheckpointFact
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BlockCheckpointFact
impl Debug for BlockCheckpointFact
impl Copy for BlockCheckpointFact
Auto Trait Implementations§
impl Freeze for BlockCheckpointFact
impl RefUnwindSafe for BlockCheckpointFact
impl Send for BlockCheckpointFact
impl Sync for BlockCheckpointFact
impl Unpin for BlockCheckpointFact
impl UnsafeUnpin for BlockCheckpointFact
impl UnwindSafe for BlockCheckpointFact
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