Struct sentry::SentryCrediential [] [src]

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

Fields

key: String secret: String host: String project_id: String

Trait Implementations

impl Clone for SentryCrediential
[src]

fn clone(&self) -> SentryCrediential

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for SentryCrediential
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.