Struct sendgrid_api::types::AuthenticationDomain [−][src]
pub struct AuthenticationDomain {
pub automatic_security: bool,
pub custom_spf: bool,
pub default: bool,
pub dns: AuthenticationDomainDns,
pub domain: String,
pub id: f64,
pub ips: Vec<String>,
pub legacy: bool,
pub subdomain: String,
pub user_id: f64,
pub username: String,
pub valid: bool,
}Fields
automatic_security: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
custom_spf: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
default: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
dns: AuthenticationDomainDnsThe DNS records used to authenticate the sending domain.
domain: StringThe license key provided with your New Relic account.
id: f64The number of errors found while adding recipients.
ips: Vec<String>The recipient IDs of the recipients that already existed from this request.
legacy: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
subdomain: StringThe license key provided with your New Relic account.
user_id: f64The number of errors found while adding recipients.
username: StringThe license key provided with your New Relic account.
valid: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AuthenticationDomain
impl Send for AuthenticationDomain
impl Sync for AuthenticationDomain
impl Unpin for AuthenticationDomain
impl UnwindSafe for AuthenticationDomain
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more