Struct actix_tools::sentry::SentrySettings[][src]

pub struct SentrySettings {
    pub dsn: String,
}

Fields

Trait Implementations

impl Clone for SentrySettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations