pub struct Node<H: HeaderStore, P: PeerStore + 'static> { /* private fields */ }Expand description
A compact block filter node. Nodes download Bitcoin block headers, block filters, and blocks to send relevant events to a client.
Implementations§
Source§impl<H: HeaderStore, P: PeerStore> Node<H, P>
impl<H: HeaderStore, P: PeerStore> Node<H, P>
Trait Implementations§
Auto Trait Implementations§
impl<H, P> Freeze for Node<H, P>where
H: Freeze,
impl<H, P> !RefUnwindSafe for Node<H, P>
impl<H, P> Send for Node<H, P>
impl<H, P> Sync for Node<H, P>
impl<H, P> Unpin for Node<H, P>where
H: Unpin,
impl<H, P> !UnwindSafe for Node<H, P>
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