Struct sendgrid_api::types::VerifiedSenderResponseSchema [−][src]
pub struct VerifiedSenderResponseSchema {}Show 14 fields
pub address: String, pub address_2: String, pub city: String, pub country: String, pub from_email: String, pub from_name: String, pub id: i64, pub locked: bool, pub nickname: String, pub reply_to: String, pub reply_to_name: String, pub state: String, pub verified: bool, pub zip: String,
Fields
address: String
address_2: String
city: String
country: String
from_email: String
from_name: String
id: i64
locked: bool
nickname: String
reply_to: String
reply_to_name: String
state: String
verified: bool
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 Send for VerifiedSenderResponseSchema
impl Sync for VerifiedSenderResponseSchema
impl Unpin for VerifiedSenderResponseSchema
impl UnwindSafe for VerifiedSenderResponseSchema
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more