pub struct BlockchainUpdatedWithReorg {
pub headers_to_rollback: Vec<BlockHeader>,
pub headers_to_apply: Vec<BlockHeader>,
pub confirmed_headers: Vec<BlockHeader>,
}Fields§
§headers_to_rollback: Vec<BlockHeader>§headers_to_apply: Vec<BlockHeader>§confirmed_headers: Vec<BlockHeader>Trait Implementations§
Source§impl Clone for BlockchainUpdatedWithReorg
impl Clone for BlockchainUpdatedWithReorg
Source§fn clone(&self) -> BlockchainUpdatedWithReorg
fn clone(&self) -> BlockchainUpdatedWithReorg
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 BlockchainUpdatedWithReorg
impl Debug for BlockchainUpdatedWithReorg
impl StructuralPartialEq for BlockchainUpdatedWithReorg
Auto Trait Implementations§
impl Freeze for BlockchainUpdatedWithReorg
impl RefUnwindSafe for BlockchainUpdatedWithReorg
impl Send for BlockchainUpdatedWithReorg
impl Sync for BlockchainUpdatedWithReorg
impl Unpin for BlockchainUpdatedWithReorg
impl UnwindSafe for BlockchainUpdatedWithReorg
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