Module actix_tools::sentry::sentry_client::internals [−][src]
Useful internals.
This module contains types that users of the create typically do not have to directly interface with directly. These are often returned from methods on other types.
Structs
| Auth |
Represents an auth header. |
| ClientInitGuard |
Helper struct that is returned from |
| ProjectId |
Represents a project ID. |
| ScopeGuard |
A scope guard. |
Enums
| DsnParseError |
Represents a dsn url parsing error. |
| ProjectIdParseError |
Raised if a project ID cannot be parsed from a string. |
| Scheme |
Represents the scheme of an url http/https. |
Traits
| IntoBreadcrumbs |
A helper trait that converts an object into a breadcrumb. |
| IntoClient |
Helper trait to convert an object into a client config and/or client
for |