Struct actix_tools::sentry::sentry_client::Dsn[]

pub struct Dsn { /* fields omitted */ }

Represents a Sentry dsn.

Methods

impl Dsn

Converts the dsn into an auth object.

This always attaches the latest and greatest protocol version to the auth header.

Returns the submission API URL.

Returns the scheme

Returns the public_key

Returns secret_key

Returns the host

Returns the port

Returns the project_id

Trait Implementations

impl IntoClient for Dsn
[src]

Converts the object into a client config tuple of DSN and options. Read more

Converts the object into a client right away.

impl<'a> IntoClient for &'a Dsn
[src]

Converts the object into a client config tuple of DSN and options. Read more

Converts the object into a client right away.

impl Hash for Dsn

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for Dsn

Formats the value using the given formatter. Read more

impl Clone for Dsn

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for Dsn

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Debug for Dsn

Formats the value using the given formatter. Read more

impl Serialize for Dsn

Serialize this value into the given Serde serializer. Read more

impl Eq for Dsn

impl<'de> Deserialize<'de> for Dsn

Deserialize this value from the given Serde deserializer. Read more

impl PartialEq<Dsn> for Dsn

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Dsn

impl Sync for Dsn