Struct sentry::SentryCredential [] [src]

pub struct SentryCredential {
    pub key: String,
    pub secret: String,
    pub host: String,
    pub project_id: String,
}

Fields

Trait Implementations

impl Debug for SentryCredential
[src]

Formats the value using the given formatter.

impl Clone for SentryCredential
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SentryCredential
[src]

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

This method tests for !=.

impl Eq for SentryCredential
[src]

impl FromStr for SentryCredential
[src]

The associated error which can be returned from parsing.

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