pub trait TensorboardService:
Debug
+ Send
+ Sync {
Show 41 methods
// Provided methods
fn create_tensorboard(
&self,
_req: CreateTensorboardRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn get_tensorboard(
&self,
_req: GetTensorboardRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Tensorboard>>> + Send { ... }
fn update_tensorboard(
&self,
_req: UpdateTensorboardRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn list_tensorboards(
&self,
_req: ListTensorboardsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListTensorboardsResponse>>> + Send { ... }
fn delete_tensorboard(
&self,
_req: DeleteTensorboardRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn read_tensorboard_usage(
&self,
_req: ReadTensorboardUsageRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ReadTensorboardUsageResponse>>> + Send { ... }
fn read_tensorboard_size(
&self,
_req: ReadTensorboardSizeRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ReadTensorboardSizeResponse>>> + Send { ... }
fn create_tensorboard_experiment(
&self,
_req: CreateTensorboardExperimentRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardExperiment>>> + Send { ... }
fn get_tensorboard_experiment(
&self,
_req: GetTensorboardExperimentRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardExperiment>>> + Send { ... }
fn update_tensorboard_experiment(
&self,
_req: UpdateTensorboardExperimentRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardExperiment>>> + Send { ... }
fn list_tensorboard_experiments(
&self,
_req: ListTensorboardExperimentsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListTensorboardExperimentsResponse>>> + Send { ... }
fn delete_tensorboard_experiment(
&self,
_req: DeleteTensorboardExperimentRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn create_tensorboard_run(
&self,
_req: CreateTensorboardRunRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardRun>>> + Send { ... }
fn batch_create_tensorboard_runs(
&self,
_req: BatchCreateTensorboardRunsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<BatchCreateTensorboardRunsResponse>>> + Send { ... }
fn get_tensorboard_run(
&self,
_req: GetTensorboardRunRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardRun>>> + Send { ... }
fn update_tensorboard_run(
&self,
_req: UpdateTensorboardRunRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardRun>>> + Send { ... }
fn list_tensorboard_runs(
&self,
_req: ListTensorboardRunsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListTensorboardRunsResponse>>> + Send { ... }
fn delete_tensorboard_run(
&self,
_req: DeleteTensorboardRunRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn batch_create_tensorboard_time_series(
&self,
_req: BatchCreateTensorboardTimeSeriesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<BatchCreateTensorboardTimeSeriesResponse>>> + Send { ... }
fn create_tensorboard_time_series(
&self,
_req: CreateTensorboardTimeSeriesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardTimeSeries>>> + Send { ... }
fn get_tensorboard_time_series(
&self,
_req: GetTensorboardTimeSeriesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardTimeSeries>>> + Send { ... }
fn update_tensorboard_time_series(
&self,
_req: UpdateTensorboardTimeSeriesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardTimeSeries>>> + Send { ... }
fn list_tensorboard_time_series(
&self,
_req: ListTensorboardTimeSeriesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListTensorboardTimeSeriesResponse>>> + Send { ... }
fn delete_tensorboard_time_series(
&self,
_req: DeleteTensorboardTimeSeriesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn batch_read_tensorboard_time_series_data(
&self,
_req: BatchReadTensorboardTimeSeriesDataRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<BatchReadTensorboardTimeSeriesDataResponse>>> + Send { ... }
fn read_tensorboard_time_series_data(
&self,
_req: ReadTensorboardTimeSeriesDataRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ReadTensorboardTimeSeriesDataResponse>>> + Send { ... }
fn write_tensorboard_experiment_data(
&self,
_req: WriteTensorboardExperimentDataRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<WriteTensorboardExperimentDataResponse>>> + Send { ... }
fn write_tensorboard_run_data(
&self,
_req: WriteTensorboardRunDataRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<WriteTensorboardRunDataResponse>>> + Send { ... }
fn export_tensorboard_time_series_data(
&self,
_req: ExportTensorboardTimeSeriesDataRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ExportTensorboardTimeSeriesDataResponse>>> + Send { ... }
fn list_locations(
&self,
_req: ListLocationsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListLocationsResponse>>> + Send { ... }
fn get_location(
&self,
_req: GetLocationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Location>>> + Send { ... }
fn set_iam_policy(
&self,
_req: SetIamPolicyRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Policy>>> + Send { ... }
fn get_iam_policy(
&self,
_req: GetIamPolicyRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Policy>>> + Send { ... }
fn test_iam_permissions(
&self,
_req: TestIamPermissionsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TestIamPermissionsResponse>>> + Send { ... }
fn list_operations(
&self,
_req: ListOperationsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListOperationsResponse>>> + Send { ... }
fn get_operation(
&self,
_req: GetOperationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn delete_operation(
&self,
_req: DeleteOperationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<()>>> + Send { ... }
fn cancel_operation(
&self,
_req: CancelOperationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<()>>> + Send { ... }
fn wait_operation(
&self,
_req: WaitOperationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn get_polling_error_policy(
&self,
_options: &RequestOptions,
) -> Arc<dyn PollingErrorPolicy> { ... }
fn get_polling_backoff_policy(
&self,
_options: &RequestOptions,
) -> Arc<dyn PollingBackoffPolicy> { ... }
}tensorboard-service only.Expand description
Defines the trait used to implement super::client::TensorboardService.
Application developers may need to implement this trait to mock
client::TensorboardService. In other use-cases, application developers only
use client::TensorboardService and need not be concerned with this trait or
its implementations.
Services gain new RPCs routinely. Consequently, this trait gains new methods too. To avoid breaking applications the trait provides a default implementation of each method. Most of these implementations just return an error.
Provided Methods§
Sourcefn create_tensorboard(
&self,
_req: CreateTensorboardRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn create_tensorboard( &self, _req: CreateTensorboardRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Sourcefn get_tensorboard(
&self,
_req: GetTensorboardRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Tensorboard>>> + Send
fn get_tensorboard( &self, _req: GetTensorboardRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Tensorboard>>> + Send
Sourcefn update_tensorboard(
&self,
_req: UpdateTensorboardRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn update_tensorboard( &self, _req: UpdateTensorboardRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Sourcefn list_tensorboards(
&self,
_req: ListTensorboardsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListTensorboardsResponse>>> + Send
fn list_tensorboards( &self, _req: ListTensorboardsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListTensorboardsResponse>>> + Send
Sourcefn delete_tensorboard(
&self,
_req: DeleteTensorboardRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn delete_tensorboard( &self, _req: DeleteTensorboardRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Sourcefn read_tensorboard_usage(
&self,
_req: ReadTensorboardUsageRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ReadTensorboardUsageResponse>>> + Send
fn read_tensorboard_usage( &self, _req: ReadTensorboardUsageRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ReadTensorboardUsageResponse>>> + Send
Sourcefn read_tensorboard_size(
&self,
_req: ReadTensorboardSizeRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ReadTensorboardSizeResponse>>> + Send
fn read_tensorboard_size( &self, _req: ReadTensorboardSizeRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ReadTensorboardSizeResponse>>> + Send
Sourcefn create_tensorboard_experiment(
&self,
_req: CreateTensorboardExperimentRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardExperiment>>> + Send
fn create_tensorboard_experiment( &self, _req: CreateTensorboardExperimentRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<TensorboardExperiment>>> + Send
Sourcefn get_tensorboard_experiment(
&self,
_req: GetTensorboardExperimentRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardExperiment>>> + Send
fn get_tensorboard_experiment( &self, _req: GetTensorboardExperimentRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<TensorboardExperiment>>> + Send
Sourcefn update_tensorboard_experiment(
&self,
_req: UpdateTensorboardExperimentRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardExperiment>>> + Send
fn update_tensorboard_experiment( &self, _req: UpdateTensorboardExperimentRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<TensorboardExperiment>>> + Send
Sourcefn list_tensorboard_experiments(
&self,
_req: ListTensorboardExperimentsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListTensorboardExperimentsResponse>>> + Send
fn list_tensorboard_experiments( &self, _req: ListTensorboardExperimentsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListTensorboardExperimentsResponse>>> + Send
Sourcefn delete_tensorboard_experiment(
&self,
_req: DeleteTensorboardExperimentRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn delete_tensorboard_experiment( &self, _req: DeleteTensorboardExperimentRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Sourcefn create_tensorboard_run(
&self,
_req: CreateTensorboardRunRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardRun>>> + Send
fn create_tensorboard_run( &self, _req: CreateTensorboardRunRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<TensorboardRun>>> + Send
Sourcefn batch_create_tensorboard_runs(
&self,
_req: BatchCreateTensorboardRunsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<BatchCreateTensorboardRunsResponse>>> + Send
fn batch_create_tensorboard_runs( &self, _req: BatchCreateTensorboardRunsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<BatchCreateTensorboardRunsResponse>>> + Send
Sourcefn get_tensorboard_run(
&self,
_req: GetTensorboardRunRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardRun>>> + Send
fn get_tensorboard_run( &self, _req: GetTensorboardRunRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<TensorboardRun>>> + Send
Sourcefn update_tensorboard_run(
&self,
_req: UpdateTensorboardRunRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardRun>>> + Send
fn update_tensorboard_run( &self, _req: UpdateTensorboardRunRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<TensorboardRun>>> + Send
Sourcefn list_tensorboard_runs(
&self,
_req: ListTensorboardRunsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListTensorboardRunsResponse>>> + Send
fn list_tensorboard_runs( &self, _req: ListTensorboardRunsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListTensorboardRunsResponse>>> + Send
Sourcefn delete_tensorboard_run(
&self,
_req: DeleteTensorboardRunRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn delete_tensorboard_run( &self, _req: DeleteTensorboardRunRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Sourcefn batch_create_tensorboard_time_series(
&self,
_req: BatchCreateTensorboardTimeSeriesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<BatchCreateTensorboardTimeSeriesResponse>>> + Send
fn batch_create_tensorboard_time_series( &self, _req: BatchCreateTensorboardTimeSeriesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<BatchCreateTensorboardTimeSeriesResponse>>> + Send
Sourcefn create_tensorboard_time_series(
&self,
_req: CreateTensorboardTimeSeriesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardTimeSeries>>> + Send
fn create_tensorboard_time_series( &self, _req: CreateTensorboardTimeSeriesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<TensorboardTimeSeries>>> + Send
Sourcefn get_tensorboard_time_series(
&self,
_req: GetTensorboardTimeSeriesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardTimeSeries>>> + Send
fn get_tensorboard_time_series( &self, _req: GetTensorboardTimeSeriesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<TensorboardTimeSeries>>> + Send
Sourcefn update_tensorboard_time_series(
&self,
_req: UpdateTensorboardTimeSeriesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TensorboardTimeSeries>>> + Send
fn update_tensorboard_time_series( &self, _req: UpdateTensorboardTimeSeriesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<TensorboardTimeSeries>>> + Send
Sourcefn list_tensorboard_time_series(
&self,
_req: ListTensorboardTimeSeriesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListTensorboardTimeSeriesResponse>>> + Send
fn list_tensorboard_time_series( &self, _req: ListTensorboardTimeSeriesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListTensorboardTimeSeriesResponse>>> + Send
Sourcefn delete_tensorboard_time_series(
&self,
_req: DeleteTensorboardTimeSeriesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn delete_tensorboard_time_series( &self, _req: DeleteTensorboardTimeSeriesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Sourcefn batch_read_tensorboard_time_series_data(
&self,
_req: BatchReadTensorboardTimeSeriesDataRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<BatchReadTensorboardTimeSeriesDataResponse>>> + Send
fn batch_read_tensorboard_time_series_data( &self, _req: BatchReadTensorboardTimeSeriesDataRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<BatchReadTensorboardTimeSeriesDataResponse>>> + Send
Sourcefn read_tensorboard_time_series_data(
&self,
_req: ReadTensorboardTimeSeriesDataRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ReadTensorboardTimeSeriesDataResponse>>> + Send
fn read_tensorboard_time_series_data( &self, _req: ReadTensorboardTimeSeriesDataRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ReadTensorboardTimeSeriesDataResponse>>> + Send
Sourcefn write_tensorboard_experiment_data(
&self,
_req: WriteTensorboardExperimentDataRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<WriteTensorboardExperimentDataResponse>>> + Send
fn write_tensorboard_experiment_data( &self, _req: WriteTensorboardExperimentDataRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<WriteTensorboardExperimentDataResponse>>> + Send
Sourcefn write_tensorboard_run_data(
&self,
_req: WriteTensorboardRunDataRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<WriteTensorboardRunDataResponse>>> + Send
fn write_tensorboard_run_data( &self, _req: WriteTensorboardRunDataRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<WriteTensorboardRunDataResponse>>> + Send
Sourcefn export_tensorboard_time_series_data(
&self,
_req: ExportTensorboardTimeSeriesDataRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ExportTensorboardTimeSeriesDataResponse>>> + Send
fn export_tensorboard_time_series_data( &self, _req: ExportTensorboardTimeSeriesDataRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ExportTensorboardTimeSeriesDataResponse>>> + Send
Sourcefn list_locations(
&self,
_req: ListLocationsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListLocationsResponse>>> + Send
fn list_locations( &self, _req: ListLocationsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListLocationsResponse>>> + Send
Sourcefn get_location(
&self,
_req: GetLocationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Location>>> + Send
fn get_location( &self, _req: GetLocationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Location>>> + Send
Implements super::client::TensorboardService::get_location.
Sourcefn set_iam_policy(
&self,
_req: SetIamPolicyRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Policy>>> + Send
fn set_iam_policy( &self, _req: SetIamPolicyRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Policy>>> + Send
Sourcefn get_iam_policy(
&self,
_req: GetIamPolicyRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Policy>>> + Send
fn get_iam_policy( &self, _req: GetIamPolicyRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Policy>>> + Send
Sourcefn test_iam_permissions(
&self,
_req: TestIamPermissionsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TestIamPermissionsResponse>>> + Send
fn test_iam_permissions( &self, _req: TestIamPermissionsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<TestIamPermissionsResponse>>> + Send
Sourcefn list_operations(
&self,
_req: ListOperationsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListOperationsResponse>>> + Send
fn list_operations( &self, _req: ListOperationsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListOperationsResponse>>> + Send
Sourcefn get_operation(
&self,
_req: GetOperationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn get_operation( &self, _req: GetOperationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Implements super::client::TensorboardService::get_operation.
Sourcefn delete_operation(
&self,
_req: DeleteOperationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<()>>> + Send
fn delete_operation( &self, _req: DeleteOperationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<()>>> + Send
Sourcefn cancel_operation(
&self,
_req: CancelOperationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<()>>> + Send
fn cancel_operation( &self, _req: CancelOperationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<()>>> + Send
Sourcefn wait_operation(
&self,
_req: WaitOperationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn wait_operation( &self, _req: WaitOperationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Sourcefn get_polling_error_policy(
&self,
_options: &RequestOptions,
) -> Arc<dyn PollingErrorPolicy>
fn get_polling_error_policy( &self, _options: &RequestOptions, ) -> Arc<dyn PollingErrorPolicy>
Returns the polling error policy.
When mocking, this method is typically irrelevant. Do not try to verify it is called by your mocks.
Sourcefn get_polling_backoff_policy(
&self,
_options: &RequestOptions,
) -> Arc<dyn PollingBackoffPolicy>
fn get_polling_backoff_policy( &self, _options: &RequestOptions, ) -> Arc<dyn PollingBackoffPolicy>
Returns the polling backoff policy.
When mocking, this method is typically irrelevant. Do not try to verify it is called by your mocks.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.