Enum aws_sdk_gamelift::Error

source ·
#[non_exhaustive]
pub enum Error {
Show 17 variants ConflictException(ConflictException), FleetCapacityExceededException(FleetCapacityExceededException), GameSessionFullException(GameSessionFullException), IdempotentParameterMismatchException(IdempotentParameterMismatchException), InternalServiceException(InternalServiceException), InvalidFleetStatusException(InvalidFleetStatusException), InvalidGameSessionStatusException(InvalidGameSessionStatusException), InvalidRequestException(InvalidRequestException), LimitExceededException(LimitExceededException), NotFoundException(NotFoundException), NotReadyException(NotReadyException), OutOfCapacityException(OutOfCapacityException), TaggingFailedException(TaggingFailedException), TerminalRoutingStrategyException(TerminalRoutingStrategyException), UnauthorizedException(UnauthorizedException), UnsupportedRegionException(UnsupportedRegionException), 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.
§

ConflictException(ConflictException)

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.

§

FleetCapacityExceededException(FleetCapacityExceededException)

The specified fleet has no available instances to fulfill a CreateGameSession request. Clients can retry such requests immediately or after a waiting period.

§

GameSessionFullException(GameSessionFullException)

The game instance is currently full and cannot allow the requested player(s) to join. Clients can retry such requests immediately or after a waiting period.

§

IdempotentParameterMismatchException(IdempotentParameterMismatchException)

A game session with this custom ID string already exists in this fleet. Resolve this conflict before retrying this request.

§

InternalServiceException(InternalServiceException)

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests immediately or after a waiting period.

§

InvalidFleetStatusException(InvalidFleetStatusException)

The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Resolve the conflict before retrying.

§

InvalidGameSessionStatusException(InvalidGameSessionStatusException)

The requested operation would cause a conflict with the current state of a resource associated with the request and/or the game instance. Resolve the conflict before retrying.

§

InvalidRequestException(InvalidRequestException)

One or more parameter values in the request are invalid. Correct the invalid parameter values before retrying.

§

LimitExceededException(LimitExceededException)

The requested operation would cause the resource to exceed the allowed service limit. Resolve the issue before retrying.

§

NotFoundException(NotFoundException)

THe requested resources was not found. The resource was either not created yet or deleted.

§

NotReadyException(NotReadyException)

The operation failed because Amazon GameLift has not yet finished validating this compute. We recommend attempting 8 to 10 retries over 3 to 5 minutes with exponential backoffs and jitter.

§

OutOfCapacityException(OutOfCapacityException)

The specified game server group has no available game servers to fulfill a ClaimGameServer request. Clients can retry such requests immediately or after a waiting period.

§

TaggingFailedException(TaggingFailedException)

The requested tagging operation did not succeed. This may be due to invalid tag format or the maximum tag limit may have been exceeded. Resolve the issue before retrying.

§

TerminalRoutingStrategyException(TerminalRoutingStrategyException)

The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the routing strategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.

§

UnauthorizedException(UnauthorizedException)

The client failed authentication. Clients should not retry such requests.

§

UnsupportedRegionException(UnsupportedRegionException)

The requested operation is not supported in the Region specified.

§

Unhandled(Unhandled)

👎Deprecated: Matching Unhandled directly is not forwards compatible. Instead, match using a variable wildcard pattern and check .code():    err if err.code() == Some("SpecificExceptionCode") => { /* handle the error */ } See ProvideErrorMetadata for what information is available for the error.

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<AcceptMatchError> for Error

source§

fn from(err: AcceptMatchError) -> Self

Converts to this type from the input type.
source§

impl From<BuildError> for Error

source§

fn from(value: BuildError) -> Self

Converts to this type from the input type.
source§

impl From<ClaimGameServerError> for Error

source§

fn from(err: ClaimGameServerError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAliasError> for Error

source§

fn from(err: CreateAliasError) -> Self

Converts to this type from the input type.
source§

impl From<CreateBuildError> for Error

source§

fn from(err: CreateBuildError) -> Self

Converts to this type from the input type.
source§

impl From<CreateContainerGroupDefinitionError> for Error

source§

fn from(err: CreateContainerGroupDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFleetError> for Error

source§

fn from(err: CreateFleetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFleetLocationsError> for Error

source§

fn from(err: CreateFleetLocationsError) -> Self

Converts to this type from the input type.
source§

impl From<CreateGameServerGroupError> for Error

source§

fn from(err: CreateGameServerGroupError) -> Self

Converts to this type from the input type.
source§

impl From<CreateGameSessionError> for Error

source§

fn from(err: CreateGameSessionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateGameSessionQueueError> for Error

source§

fn from(err: CreateGameSessionQueueError) -> Self

Converts to this type from the input type.
source§

impl From<CreateLocationError> for Error

source§

fn from(err: CreateLocationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateMatchmakingConfigurationError> for Error

source§

fn from(err: CreateMatchmakingConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateMatchmakingRuleSetError> for Error

source§

fn from(err: CreateMatchmakingRuleSetError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePlayerSessionError> for Error

source§

fn from(err: CreatePlayerSessionError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePlayerSessionsError> for Error

source§

fn from(err: CreatePlayerSessionsError) -> Self

Converts to this type from the input type.
source§

impl From<CreateScriptError> for Error

source§

fn from(err: CreateScriptError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVpcPeeringAuthorizationError> for Error

source§

fn from(err: CreateVpcPeeringAuthorizationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVpcPeeringConnectionError> for Error

source§

fn from(err: CreateVpcPeeringConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAliasError> for Error

source§

fn from(err: DeleteAliasError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteBuildError> for Error

source§

fn from(err: DeleteBuildError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteContainerGroupDefinitionError> for Error

source§

fn from(err: DeleteContainerGroupDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFleetError> for Error

source§

fn from(err: DeleteFleetError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFleetLocationsError> for Error

source§

fn from(err: DeleteFleetLocationsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteGameServerGroupError> for Error

source§

fn from(err: DeleteGameServerGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteGameSessionQueueError> for Error

source§

fn from(err: DeleteGameSessionQueueError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteLocationError> for Error

source§

fn from(err: DeleteLocationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteMatchmakingConfigurationError> for Error

source§

fn from(err: DeleteMatchmakingConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteMatchmakingRuleSetError> for Error

source§

fn from(err: DeleteMatchmakingRuleSetError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteScalingPolicyError> for Error

source§

fn from(err: DeleteScalingPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteScriptError> for Error

source§

fn from(err: DeleteScriptError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVpcPeeringAuthorizationError> for Error

source§

fn from(err: DeleteVpcPeeringAuthorizationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVpcPeeringConnectionError> for Error

source§

fn from(err: DeleteVpcPeeringConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterComputeError> for Error

source§

fn from(err: DeregisterComputeError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterGameServerError> for Error

source§

fn from(err: DeregisterGameServerError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAliasError> for Error

source§

fn from(err: DescribeAliasError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeBuildError> for Error

source§

fn from(err: DescribeBuildError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeComputeError> for Error

source§

fn from(err: DescribeComputeError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeContainerGroupDefinitionError> for Error

source§

fn from(err: DescribeContainerGroupDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEC2InstanceLimitsError> for Error

source§

fn from(err: DescribeEC2InstanceLimitsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetAttributesError> for Error

source§

fn from(err: DescribeFleetAttributesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetCapacityError> for Error

source§

fn from(err: DescribeFleetCapacityError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetEventsError> for Error

source§

fn from(err: DescribeFleetEventsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetLocationAttributesError> for Error

source§

fn from(err: DescribeFleetLocationAttributesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetLocationCapacityError> for Error

source§

fn from(err: DescribeFleetLocationCapacityError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetLocationUtilizationError> for Error

source§

fn from(err: DescribeFleetLocationUtilizationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetPortSettingsError> for Error

source§

fn from(err: DescribeFleetPortSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetUtilizationError> for Error

source§

fn from(err: DescribeFleetUtilizationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeGameServerError> for Error

source§

fn from(err: DescribeGameServerError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeGameServerGroupError> for Error

source§

fn from(err: DescribeGameServerGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeGameServerInstancesError> for Error

source§

fn from(err: DescribeGameServerInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeGameSessionDetailsError> for Error

source§

fn from(err: DescribeGameSessionDetailsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeGameSessionPlacementError> for Error

source§

fn from(err: DescribeGameSessionPlacementError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeGameSessionQueuesError> for Error

source§

fn from(err: DescribeGameSessionQueuesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeGameSessionsError> for Error

source§

fn from(err: DescribeGameSessionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstancesError> for Error

source§

fn from(err: DescribeInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMatchmakingConfigurationsError> for Error

source§

fn from(err: DescribeMatchmakingConfigurationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMatchmakingError> for Error

source§

fn from(err: DescribeMatchmakingError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMatchmakingRuleSetsError> for Error

source§

fn from(err: DescribeMatchmakingRuleSetsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePlayerSessionsError> for Error

source§

fn from(err: DescribePlayerSessionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeRuntimeConfigurationError> for Error

source§

fn from(err: DescribeRuntimeConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeScalingPoliciesError> for Error

source§

fn from(err: DescribeScalingPoliciesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeScriptError> for Error

source§

fn from(err: DescribeScriptError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVpcPeeringAuthorizationsError> for Error

source§

fn from(err: DescribeVpcPeeringAuthorizationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVpcPeeringConnectionsError> for Error

source§

fn from(err: DescribeVpcPeeringConnectionsError) -> Self

Converts to this type from the input type.
source§

impl From<GetComputeAccessError> for Error

source§

fn from(err: GetComputeAccessError) -> Self

Converts to this type from the input type.
source§

impl From<GetComputeAuthTokenError> for Error

source§

fn from(err: GetComputeAuthTokenError) -> Self

Converts to this type from the input type.
source§

impl From<GetGameSessionLogUrlError> for Error

source§

fn from(err: GetGameSessionLogUrlError) -> Self

Converts to this type from the input type.
source§

impl From<GetInstanceAccessError> for Error

source§

fn from(err: GetInstanceAccessError) -> Self

Converts to this type from the input type.
source§

impl From<ListAliasesError> for Error

source§

fn from(err: ListAliasesError) -> Self

Converts to this type from the input type.
source§

impl From<ListBuildsError> for Error

source§

fn from(err: ListBuildsError) -> Self

Converts to this type from the input type.
source§

impl From<ListComputeError> for Error

source§

fn from(err: ListComputeError) -> Self

Converts to this type from the input type.
source§

impl From<ListContainerGroupDefinitionsError> for Error

source§

fn from(err: ListContainerGroupDefinitionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListFleetsError> for Error

source§

fn from(err: ListFleetsError) -> Self

Converts to this type from the input type.
source§

impl From<ListGameServerGroupsError> for Error

source§

fn from(err: ListGameServerGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<ListGameServersError> for Error

source§

fn from(err: ListGameServersError) -> Self

Converts to this type from the input type.
source§

impl From<ListLocationsError> for Error

source§

fn from(err: ListLocationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListScriptsError> for Error

source§

fn from(err: ListScriptsError) -> 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<PutScalingPolicyError> for Error

source§

fn from(err: PutScalingPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterComputeError> for Error

source§

fn from(err: RegisterComputeError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterGameServerError> for Error

source§

fn from(err: RegisterGameServerError) -> Self

Converts to this type from the input type.
source§

impl From<RequestUploadCredentialsError> for Error

source§

fn from(err: RequestUploadCredentialsError) -> Self

Converts to this type from the input type.
source§

impl From<ResolveAliasError> for Error

source§

fn from(err: ResolveAliasError) -> Self

Converts to this type from the input type.
source§

impl From<ResumeGameServerGroupError> for Error

source§

fn from(err: ResumeGameServerGroupError) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AcceptMatchError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ClaimGameServerError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateAliasError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateBuildError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateContainerGroupDefinitionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateFleetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateFleetLocationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateGameServerGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateGameSessionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateGameSessionQueueError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateLocationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateMatchmakingConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateMatchmakingRuleSetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreatePlayerSessionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreatePlayerSessionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateScriptError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateVpcPeeringAuthorizationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateVpcPeeringConnectionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteAliasError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteBuildError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteContainerGroupDefinitionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteFleetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteFleetLocationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteGameServerGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteGameSessionQueueError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteLocationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteMatchmakingConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteMatchmakingRuleSetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteScalingPolicyError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteScriptError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteVpcPeeringAuthorizationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteVpcPeeringConnectionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeregisterComputeError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeregisterGameServerError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAliasError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeBuildError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeComputeError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeContainerGroupDefinitionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeEC2InstanceLimitsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFleetAttributesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFleetCapacityError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFleetEventsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFleetLocationAttributesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFleetLocationCapacityError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFleetLocationUtilizationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFleetPortSettingsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFleetUtilizationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeGameServerError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeGameServerGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeGameServerInstancesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeGameSessionDetailsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeGameSessionPlacementError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeGameSessionQueuesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeGameSessionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInstancesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMatchmakingConfigurationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMatchmakingError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMatchmakingRuleSetsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribePlayerSessionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeRuntimeConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeScalingPoliciesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeScriptError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVpcPeeringAuthorizationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVpcPeeringConnectionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetComputeAccessError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetComputeAuthTokenError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetGameSessionLogUrlError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetInstanceAccessError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListAliasesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListBuildsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListComputeError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListContainerGroupDefinitionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListFleetsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListGameServerGroupsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListGameServersError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListLocationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListScriptsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTagsForResourceError, R>> for Error
where 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<PutScalingPolicyError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RegisterComputeError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RegisterGameServerError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RequestUploadCredentialsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ResolveAliasError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ResumeGameServerGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<SearchGameSessionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartFleetActionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartGameSessionPlacementError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartMatchBackfillError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartMatchmakingError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StopFleetActionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StopGameSessionPlacementError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StopMatchmakingError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<SuspendGameServerGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<TagResourceError, R>> for Error
where 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<UntagResourceError, R>> for Error
where 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<UpdateAliasError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateBuildError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateFleetAttributesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateFleetCapacityError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateFleetPortSettingsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateGameServerError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateGameServerGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateGameSessionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateGameSessionQueueError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateMatchmakingConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateRuntimeConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateScriptError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ValidateMatchmakingRuleSetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl From<SearchGameSessionsError> for Error

source§

fn from(err: SearchGameSessionsError) -> Self

Converts to this type from the input type.
source§

impl From<StartFleetActionsError> for Error

source§

fn from(err: StartFleetActionsError) -> Self

Converts to this type from the input type.
source§

impl From<StartGameSessionPlacementError> for Error

source§

fn from(err: StartGameSessionPlacementError) -> Self

Converts to this type from the input type.
source§

impl From<StartMatchBackfillError> for Error

source§

fn from(err: StartMatchBackfillError) -> Self

Converts to this type from the input type.
source§

impl From<StartMatchmakingError> for Error

source§

fn from(err: StartMatchmakingError) -> Self

Converts to this type from the input type.
source§

impl From<StopFleetActionsError> for Error

source§

fn from(err: StopFleetActionsError) -> Self

Converts to this type from the input type.
source§

impl From<StopGameSessionPlacementError> for Error

source§

fn from(err: StopGameSessionPlacementError) -> Self

Converts to this type from the input type.
source§

impl From<StopMatchmakingError> for Error

source§

fn from(err: StopMatchmakingError) -> Self

Converts to this type from the input type.
source§

impl From<SuspendGameServerGroupError> for Error

source§

fn from(err: SuspendGameServerGroupError) -> 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<UntagResourceError> for Error

source§

fn from(err: UntagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAliasError> for Error

source§

fn from(err: UpdateAliasError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateBuildError> for Error

source§

fn from(err: UpdateBuildError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateFleetAttributesError> for Error

source§

fn from(err: UpdateFleetAttributesError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateFleetCapacityError> for Error

source§

fn from(err: UpdateFleetCapacityError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateFleetPortSettingsError> for Error

source§

fn from(err: UpdateFleetPortSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateGameServerError> for Error

source§

fn from(err: UpdateGameServerError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateGameServerGroupError> for Error

source§

fn from(err: UpdateGameServerGroupError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateGameSessionError> for Error

source§

fn from(err: UpdateGameSessionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateGameSessionQueueError> for Error

source§

fn from(err: UpdateGameSessionQueueError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateMatchmakingConfigurationError> for Error

source§

fn from(err: UpdateMatchmakingConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRuntimeConfigurationError> for Error

source§

fn from(err: UpdateRuntimeConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateScriptError> for Error

source§

fn from(err: UpdateScriptError) -> Self

Converts to this type from the input type.
source§

impl From<ValidateMatchmakingRuleSetError> for Error

source§

fn from(err: ValidateMatchmakingRuleSetError) -> Self

Converts to this type from the input type.
source§

impl ProvideErrorMetadata for Error

source§

fn meta(&self) -> &ErrorMetadata

Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
source§

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

Returns the error code if it’s available.
source§

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

Returns the error message, if there is one.
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 Freeze for Error

§

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 T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where 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 T
where 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> IntoEither for T

source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToString for T
where 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 T
where 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 T
where 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