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 AbsRequestHandler
impl Send for AbsRequestHandler
impl !Sync for AbsRequestHandler
impl Unpin for AbsRequestHandler
impl !UnwindSafe for AbsRequestHandler
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more