Struct sendgrid_api::types::VerifiedSenderRequestSchema [−][src]
pub struct VerifiedSenderRequestSchema { pub address: String, pub address_2: String, pub city: String, pub country: String, pub from_email: String, pub from_name: String, pub nickname: String, pub reply_to: String, pub reply_to_name: String, pub state: String, pub zip: String, }
Fields
address: String
address_2: String
city: String
country: String
from_email: String
The license key provided with your New Relic account.
from_name: String
nickname: String
The license key provided with your New Relic account.
reply_to: String
The license key provided with your New Relic account.
reply_to_name: String
state: String
zip: String
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 VerifiedSenderRequestSchema
impl Send for VerifiedSenderRequestSchema
impl Sync for VerifiedSenderRequestSchema
impl Unpin for VerifiedSenderRequestSchema
impl UnwindSafe for VerifiedSenderRequestSchema
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more