#[non_exhaustive]
pub enum Error { AccessDeniedException(AccessDeniedException), ConflictException(ConflictException), InternalServerException(InternalServerException), ResourceNotFoundException(ResourceNotFoundException), ThrottlingException(ThrottlingException), TooManyTagsException(TooManyTagsException), ValidationException(ValidationException), Unhandled(Unhandled), }
Expand description

All possible error types for this service.

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

AccessDeniedException(AccessDeniedException)

User does not have permission to perform this action.

§

ConflictException(ConflictException)

Adding, updating, or deleting the resource can cause an inconsistent state.

§

InternalServerException(InternalServerException)

An unexpected error occurred while processing a request.

§

ResourceNotFoundException(ResourceNotFoundException)

Resource does not exist.

§

ThrottlingException(ThrottlingException)

The request was denied because it exceeded the allowed API request rate.

§

TooManyTagsException(TooManyTagsException)

The request was denied because the resource can't have any more tags.

§

ValidationException(ValidationException)

The input did not meet the specified constraints.

§

Unhandled(Unhandled)

An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).

Trait Implementations§

source§

impl Debug for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for Error

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AssociateAwsAccountWithPartnerAccountError> for Error

source§

fn from(err: AssociateAwsAccountWithPartnerAccountError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateMulticastGroupWithFuotaTaskError> for Error

source§

fn from(err: AssociateMulticastGroupWithFuotaTaskError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateWirelessDeviceWithFuotaTaskError> for Error

source§

fn from(err: AssociateWirelessDeviceWithFuotaTaskError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateWirelessDeviceWithMulticastGroupError> for Error

source§

fn from(err: AssociateWirelessDeviceWithMulticastGroupError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateWirelessDeviceWithThingError> for Error

source§

fn from(err: AssociateWirelessDeviceWithThingError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateWirelessGatewayWithCertificateError> for Error

source§

fn from(err: AssociateWirelessGatewayWithCertificateError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateWirelessGatewayWithThingError> for Error

source§

fn from(err: AssociateWirelessGatewayWithThingError) -> Self

Converts to this type from the input type.
source§

impl From<CancelMulticastGroupSessionError> for Error

source§

fn from(err: CancelMulticastGroupSessionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDestinationError> for Error

source§

fn from(err: CreateDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDeviceProfileError> for Error

source§

fn from(err: CreateDeviceProfileError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFuotaTaskError> for Error

source§

fn from(err: CreateFuotaTaskError) -> Self

Converts to this type from the input type.
source§

impl From<CreateMulticastGroupError> for Error

source§

fn from(err: CreateMulticastGroupError) -> Self

Converts to this type from the input type.
source§

impl From<CreateNetworkAnalyzerConfigurationError> for Error

source§

fn from(err: CreateNetworkAnalyzerConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateServiceProfileError> for Error

source§

fn from(err: CreateServiceProfileError) -> Self

Converts to this type from the input type.
source§

impl From<CreateWirelessDeviceError> for Error

source§

fn from(err: CreateWirelessDeviceError) -> Self

Converts to this type from the input type.
source§

impl From<CreateWirelessGatewayError> for Error

source§

fn from(err: CreateWirelessGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<CreateWirelessGatewayTaskDefinitionError> for Error

source§

fn from(err: CreateWirelessGatewayTaskDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateWirelessGatewayTaskError> for Error

source§

fn from(err: CreateWirelessGatewayTaskError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDestinationError> for Error

source§

fn from(err: DeleteDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDeviceProfileError> for Error

source§

fn from(err: DeleteDeviceProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFuotaTaskError> for Error

source§

fn from(err: DeleteFuotaTaskError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteMulticastGroupError> for Error

source§

fn from(err: DeleteMulticastGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteNetworkAnalyzerConfigurationError> for Error

source§

fn from(err: DeleteNetworkAnalyzerConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteQueuedMessagesError> for Error

source§

fn from(err: DeleteQueuedMessagesError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteServiceProfileError> for Error

source§

fn from(err: DeleteServiceProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteWirelessDeviceError> for Error

source§

fn from(err: DeleteWirelessDeviceError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteWirelessDeviceImportTaskError> for Error

source§

fn from(err: DeleteWirelessDeviceImportTaskError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteWirelessGatewayError> for Error

source§

fn from(err: DeleteWirelessGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteWirelessGatewayTaskDefinitionError> for Error

source§

fn from(err: DeleteWirelessGatewayTaskDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteWirelessGatewayTaskError> for Error

source§

fn from(err: DeleteWirelessGatewayTaskError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterWirelessDeviceError> for Error

source§

fn from(err: DeregisterWirelessDeviceError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateAwsAccountFromPartnerAccountError> for Error

source§

fn from(err: DisassociateAwsAccountFromPartnerAccountError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateMulticastGroupFromFuotaTaskError> for Error

source§

fn from(err: DisassociateMulticastGroupFromFuotaTaskError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateWirelessDeviceFromFuotaTaskError> for Error

source§

fn from(err: DisassociateWirelessDeviceFromFuotaTaskError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateWirelessDeviceFromMulticastGroupError> for Error

source§

fn from(err: DisassociateWirelessDeviceFromMulticastGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateWirelessDeviceFromThingError> for Error

source§

fn from(err: DisassociateWirelessDeviceFromThingError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateWirelessGatewayFromCertificateError> for Error

source§

fn from(err: DisassociateWirelessGatewayFromCertificateError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateWirelessGatewayFromThingError> for Error

source§

fn from(err: DisassociateWirelessGatewayFromThingError) -> Self

Converts to this type from the input type.
source§

impl From<GetDestinationError> for Error

source§

fn from(err: GetDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<GetDeviceProfileError> for Error

source§

fn from(err: GetDeviceProfileError) -> Self

Converts to this type from the input type.
source§

impl From<GetEventConfigurationByResourceTypesError> for Error

source§

fn from(err: GetEventConfigurationByResourceTypesError) -> Self

Converts to this type from the input type.
source§

impl From<GetFuotaTaskError> for Error

source§

fn from(err: GetFuotaTaskError) -> Self

Converts to this type from the input type.
source§

impl From<GetLogLevelsByResourceTypesError> for Error

source§

fn from(err: GetLogLevelsByResourceTypesError) -> Self

Converts to this type from the input type.
source§

impl From<GetMulticastGroupError> for Error

source§

fn from(err: GetMulticastGroupError) -> Self

Converts to this type from the input type.
source§

impl From<GetMulticastGroupSessionError> for Error

source§

fn from(err: GetMulticastGroupSessionError) -> Self

Converts to this type from the input type.
source§

impl From<GetNetworkAnalyzerConfigurationError> for Error

source§

fn from(err: GetNetworkAnalyzerConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetPartnerAccountError> for Error

source§

fn from(err: GetPartnerAccountError) -> Self

Converts to this type from the input type.
source§

impl From<GetPositionConfigurationError> for Error

source§

fn from(err: GetPositionConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetPositionError> for Error

source§

fn from(err: GetPositionError) -> Self

Converts to this type from the input type.
source§

impl From<GetPositionEstimateError> for Error

source§

fn from(err: GetPositionEstimateError) -> Self

Converts to this type from the input type.
source§

impl From<GetResourceEventConfigurationError> for Error

source§

fn from(err: GetResourceEventConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetResourceLogLevelError> for Error

source§

fn from(err: GetResourceLogLevelError) -> Self

Converts to this type from the input type.
source§

impl From<GetResourcePositionError> for Error

source§

fn from(err: GetResourcePositionError) -> Self

Converts to this type from the input type.
source§

impl From<GetServiceEndpointError> for Error

source§

fn from(err: GetServiceEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<GetServiceProfileError> for Error

source§

fn from(err: GetServiceProfileError) -> Self

Converts to this type from the input type.
source§

impl From<GetWirelessDeviceError> for Error

source§

fn from(err: GetWirelessDeviceError) -> Self

Converts to this type from the input type.
source§

impl From<GetWirelessDeviceImportTaskError> for Error

source§

fn from(err: GetWirelessDeviceImportTaskError) -> Self

Converts to this type from the input type.
source§

impl From<GetWirelessDeviceStatisticsError> for Error

source§

fn from(err: GetWirelessDeviceStatisticsError) -> Self

Converts to this type from the input type.
source§

impl From<GetWirelessGatewayCertificateError> for Error

source§

fn from(err: GetWirelessGatewayCertificateError) -> Self

Converts to this type from the input type.
source§

impl From<GetWirelessGatewayError> for Error

source§

fn from(err: GetWirelessGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<GetWirelessGatewayFirmwareInformationError> for Error

source§

fn from(err: GetWirelessGatewayFirmwareInformationError) -> Self

Converts to this type from the input type.
source§

impl From<GetWirelessGatewayStatisticsError> for Error

source§

fn from(err: GetWirelessGatewayStatisticsError) -> Self

Converts to this type from the input type.
source§

impl From<GetWirelessGatewayTaskDefinitionError> for Error

source§

fn from(err: GetWirelessGatewayTaskDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<GetWirelessGatewayTaskError> for Error

source§

fn from(err: GetWirelessGatewayTaskError) -> Self

Converts to this type from the input type.
source§

impl From<ListDestinationsError> for Error

source§

fn from(err: ListDestinationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDeviceProfilesError> for Error

source§

fn from(err: ListDeviceProfilesError) -> Self

Converts to this type from the input type.
source§

impl From<ListDevicesForWirelessDeviceImportTaskError> for Error

source§

fn from(err: ListDevicesForWirelessDeviceImportTaskError) -> Self

Converts to this type from the input type.
source§

impl From<ListEventConfigurationsError> for Error

source§

fn from(err: ListEventConfigurationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListFuotaTasksError> for Error

source§

fn from(err: ListFuotaTasksError) -> Self

Converts to this type from the input type.
source§

impl From<ListMulticastGroupsByFuotaTaskError> for Error

source§

fn from(err: ListMulticastGroupsByFuotaTaskError) -> Self

Converts to this type from the input type.
source§

impl From<ListMulticastGroupsError> for Error

source§

fn from(err: ListMulticastGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<ListNetworkAnalyzerConfigurationsError> for Error

source§

fn from(err: ListNetworkAnalyzerConfigurationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListPartnerAccountsError> for Error

source§

fn from(err: ListPartnerAccountsError) -> Self

Converts to this type from the input type.
source§

impl From<ListPositionConfigurationsError> for Error

source§

fn from(err: ListPositionConfigurationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListQueuedMessagesError> for Error

source§

fn from(err: ListQueuedMessagesError) -> Self

Converts to this type from the input type.
source§

impl From<ListServiceProfilesError> for Error

source§

fn from(err: ListServiceProfilesError) -> Self

Converts to this type from the input type.
source§

impl From<ListTagsForResourceError> for Error

source§

fn from(err: ListTagsForResourceError) -> Self

Converts to this type from the input type.
source§

impl From<ListWirelessDeviceImportTasksError> for Error

source§

fn from(err: ListWirelessDeviceImportTasksError) -> Self

Converts to this type from the input type.
source§

impl From<ListWirelessDevicesError> for Error

source§

fn from(err: ListWirelessDevicesError) -> Self

Converts to this type from the input type.
source§

impl From<ListWirelessGatewayTaskDefinitionsError> for Error

source§

fn from(err: ListWirelessGatewayTaskDefinitionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListWirelessGatewaysError> for Error

source§

fn from(err: ListWirelessGatewaysError) -> Self

Converts to this type from the input type.
source§

impl From<PutPositionConfigurationError> for Error

source§

fn from(err: PutPositionConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<PutResourceLogLevelError> for Error

source§

fn from(err: PutResourceLogLevelError) -> Self

Converts to this type from the input type.
source§

impl From<ResetAllResourceLogLevelsError> for Error

source§

fn from(err: ResetAllResourceLogLevelsError) -> Self

Converts to this type from the input type.
source§

impl From<ResetResourceLogLevelError> for Error

source§

fn from(err: ResetResourceLogLevelError) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateAwsAccountWithPartnerAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<AssociateAwsAccountWithPartnerAccountError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateMulticastGroupWithFuotaTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<AssociateMulticastGroupWithFuotaTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateWirelessDeviceWithFuotaTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<AssociateWirelessDeviceWithFuotaTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateWirelessDeviceWithMulticastGroupError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from( err: SdkError<AssociateWirelessDeviceWithMulticastGroupError, R> ) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateWirelessDeviceWithThingError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<AssociateWirelessDeviceWithThingError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateWirelessGatewayWithCertificateError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<AssociateWirelessGatewayWithCertificateError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateWirelessGatewayWithThingError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<AssociateWirelessGatewayWithThingError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelMulticastGroupSessionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CancelMulticastGroupSessionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateDestinationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateDestinationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateDeviceProfileError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateDeviceProfileError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateFuotaTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateFuotaTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateMulticastGroupError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateMulticastGroupError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateNetworkAnalyzerConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateNetworkAnalyzerConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateServiceProfileError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateServiceProfileError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateWirelessDeviceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateWirelessDeviceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateWirelessGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateWirelessGatewayError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateWirelessGatewayTaskDefinitionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateWirelessGatewayTaskDefinitionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateWirelessGatewayTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateWirelessGatewayTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteDestinationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteDestinationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteDeviceProfileError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteDeviceProfileError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteFuotaTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteFuotaTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteMulticastGroupError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteMulticastGroupError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteNetworkAnalyzerConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteNetworkAnalyzerConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteQueuedMessagesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteQueuedMessagesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteServiceProfileError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteServiceProfileError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteWirelessDeviceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteWirelessDeviceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteWirelessDeviceImportTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteWirelessDeviceImportTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteWirelessGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteWirelessGatewayError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteWirelessGatewayTaskDefinitionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteWirelessGatewayTaskDefinitionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteWirelessGatewayTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteWirelessGatewayTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeregisterWirelessDeviceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeregisterWirelessDeviceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateAwsAccountFromPartnerAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DisassociateAwsAccountFromPartnerAccountError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateMulticastGroupFromFuotaTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DisassociateMulticastGroupFromFuotaTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateWirelessDeviceFromFuotaTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DisassociateWirelessDeviceFromFuotaTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateWirelessDeviceFromMulticastGroupError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from( err: SdkError<DisassociateWirelessDeviceFromMulticastGroupError, R> ) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateWirelessDeviceFromThingError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DisassociateWirelessDeviceFromThingError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateWirelessGatewayFromCertificateError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from( err: SdkError<DisassociateWirelessGatewayFromCertificateError, R> ) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateWirelessGatewayFromThingError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DisassociateWirelessGatewayFromThingError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetDestinationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetDestinationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetDeviceProfileError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetDeviceProfileError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetEventConfigurationByResourceTypesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetEventConfigurationByResourceTypesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetFuotaTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetFuotaTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetLogLevelsByResourceTypesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetLogLevelsByResourceTypesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetMulticastGroupError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetMulticastGroupError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetMulticastGroupSessionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetMulticastGroupSessionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetNetworkAnalyzerConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetNetworkAnalyzerConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetPartnerAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetPartnerAccountError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetPositionConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetPositionConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetPositionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetPositionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetPositionEstimateError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetPositionEstimateError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetResourceEventConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetResourceEventConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetResourceLogLevelError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetResourceLogLevelError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetResourcePositionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetResourcePositionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetServiceEndpointError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetServiceEndpointError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetServiceProfileError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetServiceProfileError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetWirelessDeviceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetWirelessDeviceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetWirelessDeviceImportTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetWirelessDeviceImportTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetWirelessDeviceStatisticsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetWirelessDeviceStatisticsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetWirelessGatewayCertificateError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetWirelessGatewayCertificateError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetWirelessGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetWirelessGatewayError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetWirelessGatewayFirmwareInformationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetWirelessGatewayFirmwareInformationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetWirelessGatewayStatisticsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetWirelessGatewayStatisticsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetWirelessGatewayTaskDefinitionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetWirelessGatewayTaskDefinitionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetWirelessGatewayTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetWirelessGatewayTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListDestinationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListDestinationsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListDeviceProfilesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListDeviceProfilesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListDevicesForWirelessDeviceImportTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListDevicesForWirelessDeviceImportTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListEventConfigurationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListEventConfigurationsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListFuotaTasksError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListFuotaTasksError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListMulticastGroupsByFuotaTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListMulticastGroupsByFuotaTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListMulticastGroupsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListMulticastGroupsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListNetworkAnalyzerConfigurationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListNetworkAnalyzerConfigurationsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListPartnerAccountsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListPartnerAccountsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListPositionConfigurationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListPositionConfigurationsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListQueuedMessagesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListQueuedMessagesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListServiceProfilesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListServiceProfilesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListTagsForResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListWirelessDeviceImportTasksError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListWirelessDeviceImportTasksError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListWirelessDevicesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListWirelessDevicesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListWirelessGatewayTaskDefinitionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListWirelessGatewayTaskDefinitionsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListWirelessGatewaysError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListWirelessGatewaysError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<PutPositionConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<PutPositionConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<PutResourceLogLevelError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<PutResourceLogLevelError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ResetAllResourceLogLevelsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ResetAllResourceLogLevelsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ResetResourceLogLevelError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ResetResourceLogLevelError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<SendDataToMulticastGroupError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<SendDataToMulticastGroupError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<SendDataToWirelessDeviceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<SendDataToWirelessDeviceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartBulkAssociateWirelessDeviceWithMulticastGroupError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from( err: SdkError<StartBulkAssociateWirelessDeviceWithMulticastGroupError, R> ) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartBulkDisassociateWirelessDeviceFromMulticastGroupError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from( err: SdkError<StartBulkDisassociateWirelessDeviceFromMulticastGroupError, R> ) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartFuotaTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<StartFuotaTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartMulticastGroupSessionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<StartMulticastGroupSessionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartSingleWirelessDeviceImportTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<StartSingleWirelessDeviceImportTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartWirelessDeviceImportTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<StartWirelessDeviceImportTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<TagResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<TagResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<TestWirelessDeviceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<TestWirelessDeviceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UntagResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UntagResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateDestinationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateDestinationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateEventConfigurationByResourceTypesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateEventConfigurationByResourceTypesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateFuotaTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateFuotaTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateLogLevelsByResourceTypesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateLogLevelsByResourceTypesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateMulticastGroupError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateMulticastGroupError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateNetworkAnalyzerConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateNetworkAnalyzerConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdatePartnerAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdatePartnerAccountError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdatePositionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdatePositionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateResourceEventConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateResourceEventConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateResourcePositionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateResourcePositionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateWirelessDeviceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateWirelessDeviceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateWirelessDeviceImportTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateWirelessDeviceImportTaskError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateWirelessGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateWirelessGatewayError, R>) -> Self

Converts to this type from the input type.
source§

impl From<SendDataToMulticastGroupError> for Error

source§

fn from(err: SendDataToMulticastGroupError) -> Self

Converts to this type from the input type.
source§

impl From<SendDataToWirelessDeviceError> for Error

source§

fn from(err: SendDataToWirelessDeviceError) -> Self

Converts to this type from the input type.
source§

impl From<StartBulkAssociateWirelessDeviceWithMulticastGroupError> for Error

source§

fn from(err: StartBulkAssociateWirelessDeviceWithMulticastGroupError) -> Self

Converts to this type from the input type.
source§

impl From<StartBulkDisassociateWirelessDeviceFromMulticastGroupError> for Error

source§

fn from(err: StartBulkDisassociateWirelessDeviceFromMulticastGroupError) -> Self

Converts to this type from the input type.
source§

impl From<StartFuotaTaskError> for Error

source§

fn from(err: StartFuotaTaskError) -> Self

Converts to this type from the input type.
source§

impl From<StartMulticastGroupSessionError> for Error

source§

fn from(err: StartMulticastGroupSessionError) -> Self

Converts to this type from the input type.
source§

impl From<StartSingleWirelessDeviceImportTaskError> for Error

source§

fn from(err: StartSingleWirelessDeviceImportTaskError) -> Self

Converts to this type from the input type.
source§

impl From<StartWirelessDeviceImportTaskError> for Error

source§

fn from(err: StartWirelessDeviceImportTaskError) -> Self

Converts to this type from the input type.
source§

impl From<TagResourceError> for Error

source§

fn from(err: TagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<TestWirelessDeviceError> for Error

source§

fn from(err: TestWirelessDeviceError) -> Self

Converts to this type from the input type.
source§

impl From<UntagResourceError> for Error

source§

fn from(err: UntagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDestinationError> for Error

source§

fn from(err: UpdateDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateEventConfigurationByResourceTypesError> for Error

source§

fn from(err: UpdateEventConfigurationByResourceTypesError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateFuotaTaskError> for Error

source§

fn from(err: UpdateFuotaTaskError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateLogLevelsByResourceTypesError> for Error

source§

fn from(err: UpdateLogLevelsByResourceTypesError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateMulticastGroupError> for Error

source§

fn from(err: UpdateMulticastGroupError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateNetworkAnalyzerConfigurationError> for Error

source§

fn from(err: UpdateNetworkAnalyzerConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePartnerAccountError> for Error

source§

fn from(err: UpdatePartnerAccountError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePositionError> for Error

source§

fn from(err: UpdatePositionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateResourceEventConfigurationError> for Error

source§

fn from(err: UpdateResourceEventConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateResourcePositionError> for Error

source§

fn from(err: UpdateResourcePositionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateWirelessDeviceError> for Error

source§

fn from(err: UpdateWirelessDeviceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateWirelessDeviceImportTaskError> for Error

source§

fn from(err: UpdateWirelessDeviceImportTaskError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateWirelessGatewayError> for Error

source§

fn from(err: UpdateWirelessGatewayError) -> Self

Converts to this type from the input type.
source§

impl RequestId for Error

source§

fn request_id(&self) -> Option<&str>

Returns the request ID, or None if the service could not be reached.

Auto Trait Implementations§

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more