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
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