Struct lightning_signer::chain::tracker::Headers
source · pub struct Headers(pub BlockHeader, pub FilterHeader);
Expand description
Block headers, including the usual bitcoin block header and the filter header
Tuple Fields§
§0: BlockHeader
§1: FilterHeader
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Headers
impl Send for Headers
impl Sync for Headers
impl Unpin for Headers
impl UnwindSafe for Headers
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