#[non_exhaustive]
pub enum Error { AccessDeniedException(AccessDeniedException), ConflictException(ConflictException), InternalServerException(InternalServerException), ResourceNotFoundException(ResourceNotFoundException), ServiceQuotaExceededException(ServiceQuotaExceededException), 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)

Access is denied.

§

ConflictException(ConflictException)

There is a conflict.

§

InternalServerException(InternalServerException)

There is an internal server error.

§

ResourceNotFoundException(ResourceNotFoundException)

The resource cannot be found.

§

ServiceQuotaExceededException(ServiceQuotaExceededException)

The service quota has been exceeded.

§

ThrottlingException(ThrottlingException)

There is a throttling error.

§

TooManyTagsException(TooManyTagsException)

There are too many tags.

§

ValidationException(ValidationException)

There is a validation error.

§

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, demand: &mut Demand<'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<AssociateBrowserSettingsError> for Error

source§

fn from(err: AssociateBrowserSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateNetworkSettingsError> for Error

source§

fn from(err: AssociateNetworkSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateTrustStoreError> for Error

source§

fn from(err: AssociateTrustStoreError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateUserAccessLoggingSettingsError> for Error

source§

fn from(err: AssociateUserAccessLoggingSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateUserSettingsError> for Error

source§

fn from(err: AssociateUserSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<CreateBrowserSettingsError> for Error

source§

fn from(err: CreateBrowserSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<CreateIdentityProviderError> for Error

source§

fn from(err: CreateIdentityProviderError) -> Self

Converts to this type from the input type.
source§

impl From<CreateNetworkSettingsError> for Error

source§

fn from(err: CreateNetworkSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePortalError> for Error

source§

fn from(err: CreatePortalError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTrustStoreError> for Error

source§

fn from(err: CreateTrustStoreError) -> Self

Converts to this type from the input type.
source§

impl From<CreateUserAccessLoggingSettingsError> for Error

source§

fn from(err: CreateUserAccessLoggingSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<CreateUserSettingsError> for Error

source§

fn from(err: CreateUserSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteBrowserSettingsError> for Error

source§

fn from(err: DeleteBrowserSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteIdentityProviderError> for Error

source§

fn from(err: DeleteIdentityProviderError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteNetworkSettingsError> for Error

source§

fn from(err: DeleteNetworkSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePortalError> for Error

source§

fn from(err: DeletePortalError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTrustStoreError> for Error

source§

fn from(err: DeleteTrustStoreError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteUserAccessLoggingSettingsError> for Error

source§

fn from(err: DeleteUserAccessLoggingSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteUserSettingsError> for Error

source§

fn from(err: DeleteUserSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateBrowserSettingsError> for Error

source§

fn from(err: DisassociateBrowserSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateNetworkSettingsError> for Error

source§

fn from(err: DisassociateNetworkSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateTrustStoreError> for Error

source§

fn from(err: DisassociateTrustStoreError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateUserAccessLoggingSettingsError> for Error

source§

fn from(err: DisassociateUserAccessLoggingSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateUserSettingsError> for Error

source§

fn from(err: DisassociateUserSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<GetBrowserSettingsError> for Error

source§

fn from(err: GetBrowserSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<GetIdentityProviderError> for Error

source§

fn from(err: GetIdentityProviderError) -> Self

Converts to this type from the input type.
source§

impl From<GetNetworkSettingsError> for Error

source§

fn from(err: GetNetworkSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<GetPortalError> for Error

source§

fn from(err: GetPortalError) -> Self

Converts to this type from the input type.
source§

impl From<GetPortalServiceProviderMetadataError> for Error

source§

fn from(err: GetPortalServiceProviderMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<GetTrustStoreCertificateError> for Error

source§

fn from(err: GetTrustStoreCertificateError) -> Self

Converts to this type from the input type.
source§

impl From<GetTrustStoreError> for Error

source§

fn from(err: GetTrustStoreError) -> Self

Converts to this type from the input type.
source§

impl From<GetUserAccessLoggingSettingsError> for Error

source§

fn from(err: GetUserAccessLoggingSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<GetUserSettingsError> for Error

source§

fn from(err: GetUserSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<ListBrowserSettingsError> for Error

source§

fn from(err: ListBrowserSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<ListIdentityProvidersError> for Error

source§

fn from(err: ListIdentityProvidersError) -> Self

Converts to this type from the input type.
source§

impl From<ListNetworkSettingsError> for Error

source§

fn from(err: ListNetworkSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<ListPortalsError> for Error

source§

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

source§

fn from(err: ListTrustStoreCertificatesError) -> Self

Converts to this type from the input type.
source§

impl From<ListTrustStoresError> for Error

source§

fn from(err: ListTrustStoresError) -> Self

Converts to this type from the input type.
source§

impl From<ListUserAccessLoggingSettingsError> for Error

source§

fn from(err: ListUserAccessLoggingSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<ListUserSettingsError> for Error

source§

fn from(err: ListUserSettingsError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<ListPortalsError, 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<ListTrustStoreCertificatesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<ListUserSettingsError, 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<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<UpdateBrowserSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<UpdateUserSettingsError, R>) -> 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<UpdateBrowserSettingsError> for Error

source§

fn from(err: UpdateBrowserSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateIdentityProviderError> for Error

source§

fn from(err: UpdateIdentityProviderError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateNetworkSettingsError> for Error

source§

fn from(err: UpdateNetworkSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePortalError> for Error

source§

fn from(err: UpdatePortalError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTrustStoreError> for Error

source§

fn from(err: UpdateTrustStoreError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateUserAccessLoggingSettingsError> for Error

source§

fn from(err: UpdateUserAccessLoggingSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateUserSettingsError> for Error

source§

fn from(err: UpdateUserSettingsError) -> 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<E> Provider for Ewhere E: Error + ?Sized,

source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (provide_any)
Data providers should implement this method to provide all values they are able to provide by using demand. Read more
source§

impl<T> Same<T> 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