Struct solana_ledger::blockstore_db::columns::Orphans
source · pub struct Orphans;
Expand description
The orphans column.
This column family tracks whether a slot has a parent. Slots without a parent are by definition orphan slots. Orphans will have an entry in this column family with true value. Once an orphan slot has a parent, its entry in this column will be deleted.
- index type:
u64
(seeSlotColumn
) - value type:
bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Orphans
impl Send for Orphans
impl Sync for Orphans
impl Unpin for Orphans
impl UnwindSafe for Orphans
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
source§impl<T> Column for Twhere
T: SlotColumn<u64>,
impl<T> Column for Twhere T: SlotColumn<u64>,
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request