Struct actix_tools::sentry::SentrySettings [−][src]
pub struct SentrySettings {
pub dsn: String,
}Fields
dsn: String
Trait Implementations
impl Clone for SentrySettings[src]
impl Clone for SentrySettingsfn clone(&self) -> SentrySettings[src]
fn clone(&self) -> SentrySettingsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for SentrySettings
impl Send for SentrySettingsimpl Sync for SentrySettings
impl Sync for SentrySettings