Struct solana_runtime::accounts_background_service::AbsRequestHandler [−][src]
pub struct AbsRequestHandler {
pub snapshot_request_handler: Option<SnapshotRequestHandler>,
pub pruned_banks_receiver: DroppedSlotsReceiver,
}Fields
snapshot_request_handler: Option<SnapshotRequestHandler>pruned_banks_receiver: DroppedSlotsReceiverImplementations
Auto Trait Implementations
impl !RefUnwindSafe for AbsRequestHandlerimpl Send for AbsRequestHandlerimpl !Sync for AbsRequestHandlerimpl Unpin for AbsRequestHandlerimpl !UnwindSafe for AbsRequestHandlerBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V