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: DroppedSlotsReceiver
Implementations
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
type Output = T
type Output = T
Should always be Self