Struct solana_runtime::accounts_background_service::AbsRequestSender [−][src]
pub struct AbsRequestSender { /* fields omitted */ }
Implementations
pub fn send_snapshot_request(
&self,
snapshot_request: SnapshotRequest
) -> Result<(), SendError<SnapshotRequest>>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AbsRequestSender
impl Send for AbsRequestSender
impl Sync for AbsRequestSender
impl Unpin for AbsRequestSender
impl UnwindSafe for AbsRequestSender
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