Struct sentry::Settings [] [src]

pub struct Settings {
    pub server_name: String,
    pub release: String,
    pub environment: String,
    pub device: Device,
}

Fields

Methods

impl Settings
[src]

Trait Implementations

impl Debug for Settings
[src]

Formats the value using the given formatter.

impl PartialEq for Settings
[src]

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

This method tests for !=.

impl Default for Settings
[src]

Returns the "default value" for a type. Read more